From 84a966f24777ef6741dc18a183216476bb71bd81 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:58:52 +0000 Subject: [PATCH] fix: plugins/search-backend-module-techdocs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- plugins/search-backend-module-techdocs/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/search-backend-module-techdocs/package.json b/plugins/search-backend-module-techdocs/package.json index 44115b5cf104eb..25136ad837c478 100644 --- a/plugins/search-backend-module-techdocs/package.json +++ b/plugins/search-backend-module-techdocs/package.json @@ -36,17 +36,17 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "workspace:^", + "@backstage/backend-common": "0.24.1", "@backstage/backend-plugin-api": "workspace:^", "@backstage/backend-tasks": "workspace:^", "@backstage/catalog-client": "workspace:^", - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-model": "0.1.1", "@backstage/config": "workspace:^", - "@backstage/plugin-catalog-common": "workspace:^", + "@backstage/plugin-catalog-common": "0.1.0", "@backstage/plugin-permission-common": "workspace:^", "@backstage/plugin-search-backend-node": "workspace:^", - "@backstage/plugin-search-common": "workspace:^", - "@backstage/plugin-techdocs-node": "workspace:^", + "@backstage/plugin-search-common": "0.3.1", + "@backstage/plugin-techdocs-node": "1.12.11", "lodash": "^4.17.21", "node-fetch": "^2.6.7", "p-limit": "^3.1.0",