From 74ac6db523cde1ab27a9433fa343f72f4fb2a66a Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Fri, 12 Dec 2025 14:05:14 +0000 Subject: [PATCH] fix(cache): update @azure/storage-blob to ^12.29.1 to address punycode deprecation --- packages/cache/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cache/package-lock.json b/packages/cache/package-lock.json index 1d9f9ce9..2fc455fc 100644 --- a/packages/cache/package-lock.json +++ b/packages/cache/package-lock.json @@ -16,7 +16,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", "@protobuf-ts/runtime-rpc": "^2.11.1", "semver": "^6.3.1" },