From 1728a063a4341a0d86bc19caad411caa2483ff8a Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:50:29 +0000 Subject: [PATCH 1/2] fix: plugins/stack-overflow/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- plugins/stack-overflow/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/stack-overflow/package.json b/plugins/stack-overflow/package.json index 768e8f2b54de3e..346882c1d9303c 100644 --- a/plugins/stack-overflow/package.json +++ b/plugins/stack-overflow/package.json @@ -27,15 +27,15 @@ "@backstage/core-plugin-api": "workspace:^", "@backstage/plugin-home-react": "workspace:^", "@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", - "qs": "^6.9.4", + "qs": "^6.14.2", "react-use": "^17.2.4" }, "peerDependencies": { From 041eb2d84fc3358ac40a8001d67649db96118df5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 22:25:34 +0000 Subject: [PATCH 2/2] fix: plugins/stack-overflow/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416