From b065652770f800a3f4e5f2764ca239ab77d71641 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:17:43 +0000 Subject: [PATCH] fix: plugins/example-todo-list-backend/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/example-todo-list-backend/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/example-todo-list-backend/package.json b/plugins/example-todo-list-backend/package.json index 8b75149cae51e0..1d567bfaff8f26 100644 --- a/plugins/example-todo-list-backend/package.json +++ b/plugins/example-todo-list-backend/package.json @@ -24,11 +24,11 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "workspace:^", - "@backstage/backend-plugin-api": "workspace:^", + "@backstage/backend-common": "0.24.1", + "@backstage/backend-plugin-api": "0.6.19", "@backstage/config": "workspace:^", - "@backstage/errors": "workspace:^", - "@backstage/plugin-auth-node": "workspace:^", + "@backstage/errors": "0.1.1", + "@backstage/plugin-auth-node": "0.5.0", "@types/express": "^4.17.6", "express": "^4.17.1", "express-promise-router": "^4.1.0",