Skip to content

Commit

Permalink
Merge pull request #7 from glconti/fix-azure-identity-version
Browse files Browse the repository at this point in the history
Fix the version of @azure/identity in package.json
  • Loading branch information
glconti authored Sep 30, 2024
2 parents f68c4bc + 71b8668 commit b83402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit b83402b

Please sign in to comment.