fix(cache): update @azure/storage-blob to ^12.29.1 to fix punycode deprecation

- Updated @azure/storage-blob from ^12.13.0 to ^12.29.1
- Newer storage-blob uses @azure/core-rest-pipeline instead of deprecated @azure/core-http
- Fixes Node.js 24 deprecation warning for punycode module
This commit is contained in:
Salman Muin Kayser Chishti
2025-12-12 13:41:31 +00:00
parent 5a8462ec27
commit 5ef62e14dd
+1 -1
View File
@@ -45,7 +45,7 @@
"@actions/io": "^2.0.0",
"@azure/abort-controller": "^1.1.0",
"@azure/core-rest-pipeline": "^1.22.0",
"@azure/storage-blob": "^12.13.0",
"@azure/storage-blob": "^12.29.1",
"semver": "^6.3.1"
},
"devDependencies": {