From d2ec17f4ec1f2e84f6bd3577510c6c351e9bccb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jan 2026 20:38:34 +0000 Subject: [PATCH] fix: plugins/explore-react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- plugins/explore-react/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/explore-react/package.json b/plugins/explore-react/package.json index 55187a68202176..cbada377ed6e01 100644 --- a/plugins/explore-react/package.json +++ b/plugins/explore-react/package.json @@ -32,8 +32,8 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/core-plugin-api": "workspace:^", - "@backstage/plugin-explore-common": "workspace:^" + "@backstage/core-plugin-api": "0.1.0", + "@backstage/plugin-explore-common": "0.0.1" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0",