From c96d87d9da24b53083b411d1f21cda3752a6bdcd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 22:20:14 +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-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- plugins/explore-backend/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/explore-backend/package.json b/plugins/explore-backend/package.json index fedc9b260092f8..7e9f9d5e89ec70 100644 --- a/plugins/explore-backend/package.json +++ b/plugins/explore-backend/package.json @@ -22,16 +22,16 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-common": "workspace:^", - "@backstage/config": "workspace:^", + "@backstage/backend-common": "0.24.1", + "@backstage/config": "0.1.1", "@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", "express-promise-router": "^4.1.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "node-fetch": "^2.6.7", "winston": "^3.2.1", "yn": "^4.0.0"