From 3818cfe25622588e09567817a28d3e6231b7cd00 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 17:31:47 +0000 Subject: [PATCH] fix: plugins/search-backend-node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389 --- plugins/search-backend-node/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/search-backend-node/package.json b/plugins/search-backend-node/package.json index 445ba72f0d5101..51e8021ea9a426 100644 --- a/plugins/search-backend-node/package.json +++ b/plugins/search-backend-node/package.json @@ -37,12 +37,12 @@ }, "dependencies": { "@backstage/backend-common": "workspace:^", - "@backstage/backend-plugin-api": "workspace:^", - "@backstage/backend-tasks": "workspace:^", + "@backstage/backend-plugin-api": "0.1.0", + "@backstage/backend-tasks": "0.6.1", "@backstage/config": "workspace:^", "@backstage/errors": "workspace:^", "@backstage/plugin-permission-common": "workspace:^", - "@backstage/plugin-search-common": "workspace:^", + "@backstage/plugin-search-common": "0.3.1", "@types/lunr": "^2.3.3", "lodash": "^4.17.21", "lunr": "^2.3.9",