From 46fe59c52f99a62e24f030e5ea66ed883a76b72e Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 21:30:59 +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-ESLINT-15102420 --- plugins/explore-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/explore-react/package.json b/plugins/explore-react/package.json index 55187a68202176..cf8089294557ea 100644 --- a/plugins/explore-react/package.json +++ b/plugins/explore-react/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "@backstage/core-plugin-api": "workspace:^", - "@backstage/plugin-explore-common": "workspace:^" + "@backstage/plugin-explore-common": "0.0.1" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0",