From f3a3a9c3dc7996cf03ed547ebb75d6e4d82046e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 20:47:59 +0000 Subject: [PATCH] fix: plugins/linguist-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- plugins/linguist-backend/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/linguist-backend/package.json b/plugins/linguist-backend/package.json index ae92da2492a9ab..9e8f1715075093 100644 --- a/plugins/linguist-backend/package.json +++ b/plugins/linguist-backend/package.json @@ -22,14 +22,14 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-common": "workspace:^", - "@backstage/backend-plugin-api": "workspace:^", + "@backstage/backend-common": "0.25.0", + "@backstage/backend-plugin-api": "1.6.1", "@backstage/backend-tasks": "workspace:^", - "@backstage/catalog-client": "workspace:^", + "@backstage/catalog-client": "0.2.0", "@backstage/catalog-model": "workspace:^", - "@backstage/config": "workspace:^", + "@backstage/config": "0.1.1", "@backstage/errors": "workspace:^", - "@backstage/plugin-auth-node": "workspace:^", + "@backstage/plugin-auth-node": "0.6.0", "@backstage/plugin-linguist-common": "workspace:^", "@backstage/types": "workspace:^", "@types/express": "*",