From 06405ed8340ecd57679e64292e5989fedf2ee72d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 05:08:20 +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-TAR-15032660 --- 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",