From 57a8f8b8d7563bed5eb81b15468914048afa4ba2 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:27:32 +0000 Subject: [PATCH 1/2] fix: plugins/search-react/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/search-react/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/search-react/package.json b/plugins/search-react/package.json index 787d24bc2a3613..8f86bea6d2718d 100644 --- a/plugins/search-react/package.json +++ b/plugins/search-react/package.json @@ -31,18 +31,18 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/core-components": "workspace:^", + "@backstage/core-components": "0.1.0", "@backstage/core-plugin-api": "workspace:^", "@backstage/plugin-search-common": "workspace:^", "@backstage/theme": "workspace:^", - "@backstage/types": "workspace:^", + "@backstage/types": "0.1.1", "@backstage/version-bridge": "workspace:^", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61", "@types/react": "^16.13.1 || ^17.0.0", "lodash": "^4.17.21", - "qs": "^6.9.4", + "qs": "^6.14.2", "react-use": "^17.3.2" }, "peerDependencies": { From ec6b2bd38e9fd10de00a431d2f87c9d959e2b03f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 00:32:11 +0000 Subject: [PATCH 2/2] fix: plugins/search-react/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