1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00

fix: loosen @azure/identity constraint for @redis/entraid (#2920)

This commit is contained in:
Daniel Hensby
2025-04-02 14:48:21 +01:00
committed by GitHub
parent 924dafabc3
commit bdf95fdfca

View File

@@ -17,7 +17,7 @@
"test": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'"
},
"dependencies": {
"@azure/identity": "4.7.0",
"@azure/identity": "^4.7.0",
"@azure/msal-node": "^2.16.1"
},
"peerDependencies": {