From be829249a166ddbeeb979c72e9ba60b9fbf4d9e8 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:56:10 +0000 Subject: [PATCH 1/2] fix: plugins/user-settings-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- plugins/user-settings-backend/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/user-settings-backend/package.json b/plugins/user-settings-backend/package.json index 8b93f7f723a280..b999b55d5bb81f 100644 --- a/plugins/user-settings-backend/package.json +++ b/plugins/user-settings-backend/package.json @@ -29,14 +29,14 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@backstage/backend-common": "workspace:^", + "@backstage/backend-common": "0.24.1", "@backstage/backend-plugin-api": "workspace:^", - "@backstage/catalog-model": "workspace:^", - "@backstage/errors": "workspace:^", - "@backstage/plugin-auth-node": "workspace:^", + "@backstage/catalog-model": "0.1.1", + "@backstage/errors": "0.1.1", + "@backstage/plugin-auth-node": "0.6.0", "@backstage/types": "workspace:^", "@types/express": "^4.17.6", - "express": "^4.17.1", + "express": "^4.22.0", "express-promise-router": "^4.1.0", "knex": "^2.0.0", "winston": "^3.2.1", From eaed03299a577fc08167cc991aac59cf0e7816f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 03:54:46 +0000 Subject: [PATCH 2/2] fix: plugins/user-settings-backend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416