From edbd5958fd9283421d19eac15f825a9eb5cd44a7 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 21:48:29 +0000 Subject: [PATCH] fix: plugins/entity-feedback-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389 --- plugins/entity-feedback-backend/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/entity-feedback-backend/package.json b/plugins/entity-feedback-backend/package.json index 36c0f85be7f9dd..a1c3dd2d834c99 100644 --- a/plugins/entity-feedback-backend/package.json +++ b/plugins/entity-feedback-backend/package.json @@ -22,12 +22,12 @@ "postpack": "backstage-cli package postpack" }, "dependencies": { - "@backstage/backend-common": "workspace:^", + "@backstage/backend-common": "0.24.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/plugin-auth-node": "workspace:^", + "@backstage/plugin-auth-node": "0.5.0", "@backstage/plugin-entity-feedback-common": "workspace:^", "@types/express": "*", "express": "^4.18.1",