From 90c62e58ea7847730f5b66f4cdffb07d47a70bf3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jun 2024 08:32:02 +0000 Subject: [PATCH] fix: plugins/techdocs-node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AZUREIDENTITY-7246760 --- plugins/techdocs-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/techdocs-node/package.json b/plugins/techdocs-node/package.json index 9eabf1cb438a2..038d5d5d3b2c0 100644 --- a/plugins/techdocs-node/package.json +++ b/plugins/techdocs-node/package.json @@ -44,7 +44,7 @@ "@aws-sdk/lib-storage": "^3.350.0", "@aws-sdk/node-http-handler": "^3.350.0", "@aws-sdk/types": "^3.347.0", - "@azure/identity": "^3.2.1", + "@azure/identity": "^4.2.1", "@azure/storage-blob": "^12.5.0", "@backstage/backend-common": "workspace:^", "@backstage/catalog-model": "workspace:^",