From bdbceb4600f0c41c4909c8e8d7e8d1c64d751c0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jun 2024 07:50:08 +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-AZUREIDENTITY-7246760 --- 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 9116bde89f3d4..60020c0dc1e86 100644 --- a/packages/integration/package.json +++ b/packages/integration/package.json @@ -32,7 +32,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@azure/identity": "^3.2.1", + "@azure/identity": "^4.2.1", "@backstage/config": "workspace:^", "@backstage/errors": "workspace:^", "@octokit/auth-app": "^4.0.0",