From 14d71d11f03ca4f0d34f50b296cf70f095bdb113 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:25:38 +0000 Subject: [PATCH] fix: plugins/stack-overflow/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- plugins/stack-overflow/package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/stack-overflow/package.json b/plugins/stack-overflow/package.json index 768e8f2b54de3e..b3c3b84e746d8e 100644 --- a/plugins/stack-overflow/package.json +++ b/plugins/stack-overflow/package.json @@ -22,19 +22,19 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/config": "workspace:^", - "@backstage/core-components": "workspace:^", - "@backstage/core-plugin-api": "workspace:^", - "@backstage/plugin-home-react": "workspace:^", + "@backstage/config": "0.1.1", + "@backstage/core-components": "0.1.0", + "@backstage/core-plugin-api": "0.1.0", + "@backstage/plugin-home-react": "0.1.0", "@backstage/plugin-search-common": "workspace:^", - "@backstage/plugin-search-react": "workspace:^", - "@backstage/theme": "workspace:^", + "@backstage/plugin-search-react": "0.1.0", + "@backstage/theme": "0.1.1", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@testing-library/jest-dom": "^5.10.1", "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "qs": "^6.9.4", "react-use": "^17.2.4" },