From 6ecacc88a13e63801e759504a78965056a492131 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 12:41:43 +0000 Subject: [PATCH] fix: plugins/techdocs-react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/techdocs-react/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/techdocs-react/package.json b/plugins/techdocs-react/package.json index 42df70d181bd57..f3f73518102bdc 100644 --- a/plugins/techdocs-react/package.json +++ b/plugins/techdocs-react/package.json @@ -35,8 +35,8 @@ "dependencies": { "@backstage/catalog-model": "workspace:^", "@backstage/config": "workspace:^", - "@backstage/core-components": "workspace:^", - "@backstage/core-plugin-api": "workspace:^", + "@backstage/core-components": "0.8.6", + "@backstage/core-plugin-api": "0.1.0", "@backstage/version-bridge": "workspace:^", "@material-ui/core": "^4.12.2", "@material-ui/lab": "4.0.0-alpha.61",