From 1dcb18c3e606b42adcf30b925cc463ebf0758e3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 12:45:06 +0000 Subject: [PATCH] fix: plugins/adr/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/adr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/adr/package.json b/plugins/adr/package.json index 486ea800a24b4a..1345a20fdd8933 100644 --- a/plugins/adr/package.json +++ b/plugins/adr/package.json @@ -29,7 +29,7 @@ "@backstage/plugin-adr-common": "workspace:^", "@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:^", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1",