From acc15967cf69eee3beeb2c4ed3f7e6bb3c6579a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 01:39:06 +0000 Subject: [PATCH] fix: plugins/periskop/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/periskop/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/periskop/package.json b/plugins/periskop/package.json index 1ed2e39707e435..19e5a8b4d8b6fa 100644 --- a/plugins/periskop/package.json +++ b/plugins/periskop/package.json @@ -23,12 +23,12 @@ "clean": "backstage-cli package clean" }, "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/theme": "workspace:^", + "@backstage/plugin-catalog-react": "1.0.0", + "@backstage/theme": "0.1.1", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.61",