From 7a2e13b862b15627974e40edc2af340d388d1d34 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 23 Nov 2022 15:38:05 +0100 Subject: [PATCH] bump @azure/identiy to support node 18 Signed-off-by: Morgan --- 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 6c52c31110..ef900f49f9 100644 --- a/plugins/techdocs-node/package.json +++ b/plugins/techdocs-node/package.json @@ -39,7 +39,7 @@ "url": "https://github.com/backstage/backstage/issues" }, "dependencies": { - "@azure/identity": "^2.0.1", + "@azure/identity": "^2.1.0", "@azure/storage-blob": "^12.5.0", "@backstage/backend-common": "workspace:^", "@backstage/catalog-model": "workspace:^",