From af81ccbb8ec0e0cb559233c5a0f4169c2010f41f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:16:56 +0000 Subject: [PATCH] fix: plugins/auth-node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- plugins/auth-node/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json index 07b9adacb4c36c..5cfbf719be778e 100644 --- a/plugins/auth-node/package.json +++ b/plugins/auth-node/package.json @@ -22,9 +22,9 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/backend-common": "workspace:^", - "@backstage/config": "workspace:^", - "@backstage/errors": "workspace:^", + "@backstage/backend-common": "0.24.1", + "@backstage/config": "0.1.1", + "@backstage/errors": "0.1.1", "@types/express": "*", "express": "^4.17.1", "jose": "^4.6.0",