From ec20abf8f962fdb9dadccbe8d7fd1a673f7d3757 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 23:57:31 +0000 Subject: [PATCH] fix: packages/integration/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- packages/integration/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration/package.json b/packages/integration/package.json index e02e0702667350..2fcaef57e20c3f 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -34,7 +34,7 @@ "dependencies": { "@azure/identity": "^3.2.1", "@backstage/config": "workspace:^", - "@backstage/errors": "workspace:^", + "@backstage/errors": "0.1.1", "@octokit/auth-app": "^4.0.0", "@octokit/rest": "^19.0.3", "cross-fetch": "^3.1.5",