From 9c923b1f8a90e901894ac78739eba7561ca40aae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Apr 2025 23:17:20 +0000 Subject: [PATCH] fix: plugins/config-schema/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/config-schema/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/config-schema/package.json b/plugins/config-schema/package.json index f8a83aa177116c..c69fe5def75774 100644 --- a/plugins/config-schema/package.json +++ b/plugins/config-schema/package.json @@ -23,9 +23,9 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/config": "workspace:^", - "@backstage/core-components": "workspace:^", - "@backstage/core-plugin-api": "workspace:^", + "@backstage/config": "0.1.1", + "@backstage/core-components": "0.1.0", + "@backstage/core-plugin-api": "0.1.0", "@backstage/errors": "workspace:^", "@backstage/theme": "workspace:^", "@backstage/types": "workspace:^",