From 3be274972a2ddc46375a8bf32956a552efa02058 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 22:36:38 +0000 Subject: [PATCH] fix: plugins/periskop-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- plugins/periskop-backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/periskop-backend/package.json b/plugins/periskop-backend/package.json index 4567470c5a53da..95d1aa71c91579 100644 --- a/plugins/periskop-backend/package.json +++ b/plugins/periskop-backend/package.json @@ -26,7 +26,7 @@ "dependencies": { "@backstage/backend-common": "workspace:^", "@backstage/backend-plugin-api": "workspace:^", - "@backstage/config": "workspace:^", + "@backstage/config": "0.1.1", "@types/express": "*", "express": "^4.17.1", "express-promise-router": "^4.1.0",