From cb0ee294001c0f503c7f902f26419e7e07404144 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:07:10 +0000 Subject: [PATCH] fix: plugins/techdocs-node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/techdocs-node/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/techdocs-node/package.json b/plugins/techdocs-node/package.json index 6efbc995470389..fde9779e0aef33 100644 --- a/plugins/techdocs-node/package.json +++ b/plugins/techdocs-node/package.json @@ -46,13 +46,13 @@ "@aws-sdk/types": "^3.347.0", "@azure/identity": "^3.2.1", "@azure/storage-blob": "^12.5.0", - "@backstage/backend-common": "workspace:^", + "@backstage/backend-common": "0.24.1", "@backstage/catalog-model": "workspace:^", "@backstage/config": "workspace:^", "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", "@backstage/integration-aws-node": "workspace:^", - "@backstage/plugin-search-common": "workspace:^", + "@backstage/plugin-search-common": "0.3.1", "@google-cloud/storage": "^6.0.0", "@trendyol-js/openstack-swift-sdk": "^0.0.6", "@types/express": "^4.17.6",