From 71b866846b943149b3844e8e049561c2d2f0449b Mon Sep 17 00:00:00 2001 From: Gianluigi Conti Date: Mon, 30 Sep 2024 11:28:39 +0200 Subject: [PATCH] Fix the version of @azure/identity in package.json --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/glconti/insomnia-plugin-azure-keyvault-secrets?shareId=XXXX-XXXX-XXXX-XXXX). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b896c3..acd1aa2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ ], "description": "An Insomnia plugin to get secrets from Azure Key Vault", "dependencies": { - "@azure/identity": "^4.5.0", + "@azure/identity": "^4.4.1", "@azure/keyvault-secrets": "^4.8.1" } }