From 8f66444e574ebe9ea84a6658b701dd387306b6a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 22:30:04 +0000 Subject: [PATCH] fix: plugins/code-coverage-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/code-coverage-backend/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/code-coverage-backend/package.json b/plugins/code-coverage-backend/package.json index a4910c609349c1..c8f678d616060b 100644 --- a/plugins/code-coverage-backend/package.json +++ b/plugins/code-coverage-backend/package.json @@ -23,14 +23,14 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "workspace:^", - "@backstage/catalog-client": "workspace:^", - "@backstage/catalog-model": "workspace:^", - "@backstage/config": "workspace:^", + "@backstage/backend-common": "0.24.1", + "@backstage/catalog-client": "0.2.0", + "@backstage/catalog-model": "0.1.1", + "@backstage/config": "0.1.1", "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", "@types/express": "^4.17.6", - "express": "^4.17.1", + "express": "^4.22.0", "express-promise-router": "^4.1.0", "express-xml-bodyparser": "^0.3.0", "knex": "^2.0.0",