From a3b9cc9b98d00a53ed5ebab2d78b921fb7e6d8d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jun 2024 01:08:08 +0000 Subject: [PATCH] fix: plugins/catalog-backend-module-msgraph/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AZUREIDENTITY-7246760 --- plugins/catalog-backend-module-msgraph/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend-module-msgraph/package.json b/plugins/catalog-backend-module-msgraph/package.json index 978c2a767676d..77b0916eac622 100644 --- a/plugins/catalog-backend-module-msgraph/package.json +++ b/plugins/catalog-backend-module-msgraph/package.json @@ -45,7 +45,7 @@ "clean": "backstage-cli package clean" }, "dependencies": { - "@azure/identity": "^3.2.1", + "@azure/identity": "^4.2.1", "@backstage/backend-common": "workspace:^", "@backstage/backend-plugin-api": "workspace:^", "@backstage/backend-tasks": "workspace:^",