From d649ff147584ba08f706a06d3f86c4cac227ce59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 01:19:17 +0000 Subject: [PATCH] fix: plugins/todo-backend/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/todo-backend/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/todo-backend/package.json b/plugins/todo-backend/package.json index 1257ce530395e7..3e49033c3533da 100644 --- a/plugins/todo-backend/package.json +++ b/plugins/todo-backend/package.json @@ -29,17 +29,17 @@ "start": "backstage-cli package start" }, "dependencies": { - "@backstage/backend-common": "workspace:^", - "@backstage/backend-openapi-utils": "workspace:^", + "@backstage/backend-common": "0.24.1", + "@backstage/backend-openapi-utils": "0.0.1", "@backstage/backend-plugin-api": "workspace:^", - "@backstage/catalog-client": "workspace:^", - "@backstage/catalog-model": "workspace:^", + "@backstage/catalog-client": "0.2.0", + "@backstage/catalog-model": "0.1.1", "@backstage/config": "workspace:^", "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", - "@backstage/plugin-catalog-node": "workspace:^", + "@backstage/plugin-catalog-node": "1.0.0", "@types/express": "^4.17.6", - "express": "^4.17.1", + "express": "^4.22.0", "express-promise-router": "^4.1.0", "leasot": "^12.0.0", "winston": "^3.2.1",