From 50f11978d1b27fe4f23d3c86406df639974da2cf 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:31:06 +0000 Subject: [PATCH] fix: plugins/explore-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/explore-backend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/explore-backend/package.json b/plugins/explore-backend/package.json index fedc9b260092f8..bcb37cfc100fbf 100644 --- a/plugins/explore-backend/package.json +++ b/plugins/explore-backend/package.json @@ -22,11 +22,11 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-common": "workspace:^", + "@backstage/backend-common": "0.24.1", "@backstage/config": "workspace:^", "@backstage/plugin-explore-common": "workspace:^", - "@backstage/plugin-search-backend-module-explore": "workspace:^", - "@backstage/plugin-search-common": "workspace:^", + "@backstage/plugin-search-backend-module-explore": "0.3.6", + "@backstage/plugin-search-common": "0.3.1", "@backstage/types": "workspace:^", "@types/express": "*", "express": "^4.18.1",