From e64a7f757ba2a5da5e7c9f349d6d97a14609102b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 05:43:05 +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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- plugins/adr/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/adr/package.json b/plugins/adr/package.json index 486ea800a24b4a..984b589754d5ae 100644 --- a/plugins/adr/package.json +++ b/plugins/adr/package.json @@ -22,14 +22,14 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-model": "0.1.1", "@backstage/core-components": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/integration-react": "workspace:^", - "@backstage/plugin-adr-common": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", + "@backstage/plugin-adr-common": "0.1.0", + "@backstage/plugin-catalog-react": "1.0.0", "@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",