From f41690720d091ffd0fa036107d2a38ad187261e8 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:48:56 +0000 Subject: [PATCH] fix: plugins/search/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/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/search/package.json b/plugins/search/package.json index 7a8d7dffabc970..407aa8bb08c689 100644 --- a/plugins/search/package.json +++ b/plugins/search/package.json @@ -32,22 +32,22 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-model": "0.1.1", "@backstage/config": "workspace:^", "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", - "@backstage/errors": "workspace:^", + "@backstage/errors": "0.1.1", "@backstage/plugin-catalog-react": "workspace:^", "@backstage/plugin-search-common": "workspace:^", - "@backstage/plugin-search-react": "workspace:^", + "@backstage/plugin-search-react": "0.1.0", "@backstage/theme": "workspace:^", "@backstage/types": "workspace:^", - "@backstage/version-bridge": "workspace:^", + "@backstage/version-bridge": "0.1.0", "@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", - "qs": "^6.9.4", + "qs": "^6.14.2", "react-use": "^17.2.4" }, "peerDependencies": {