From 934f911b0141cd3d55441225ad1b525663ba2bf4 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 17:07:12 +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-BABELRUNTIME-10044504 --- plugins/code-coverage-backend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/code-coverage-backend/package.json b/plugins/code-coverage-backend/package.json index a4910c609349c1..e537ff6121a211 100644 --- a/plugins/code-coverage-backend/package.json +++ b/plugins/code-coverage-backend/package.json @@ -23,10 +23,10 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "workspace:^", - "@backstage/catalog-client": "workspace:^", + "@backstage/backend-common": "0.24.1", + "@backstage/catalog-client": "0.2.0", "@backstage/catalog-model": "workspace:^", - "@backstage/config": "workspace:^", + "@backstage/config": "0.1.1", "@backstage/errors": "workspace:^", "@backstage/integration": "workspace:^", "@types/express": "^4.17.6",