From e7f0eb91c1b2b83dd7cd2e81e6c47a015e934caf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 21:17:09 +0000 Subject: [PATCH] fix: plugins/entity-feedback/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/entity-feedback/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/entity-feedback/package.json b/plugins/entity-feedback/package.json index de9eff54209b5b..69591dd8edf4fe 100644 --- a/plugins/entity-feedback/package.json +++ b/plugins/entity-feedback/package.json @@ -27,12 +27,12 @@ "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/errors": "workspace:^", - "@backstage/plugin-catalog-react": "workspace:^", - "@backstage/plugin-entity-feedback-common": "workspace:^", + "@backstage/plugin-catalog-react": "0.0.1", + "@backstage/plugin-entity-feedback-common": "0.1.0", "@backstage/theme": "workspace:^", "@material-ui/core": "^4.9.13", "@material-ui/icons": "^4.9.1",