From a4ca42ba47c4e573f33bb0cb562e7d97b4fc5381 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 14:41:17 +0000 Subject: [PATCH] fix: plugins/airbrake-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- plugins/airbrake-backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/airbrake-backend/package.json b/plugins/airbrake-backend/package.json index 06e5183a449779..e0de5913b4613c 100644 --- a/plugins/airbrake-backend/package.json +++ b/plugins/airbrake-backend/package.json @@ -24,7 +24,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",