From ad010ffee1ca744aafbc456cab4966edf22e7aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:23:25 +0000 Subject: [PATCH] fix(deps): bump @azure/storage-queue from 12.27.0 to 12.29.0 Bumps [@azure/storage-queue](https://github.com/Azure/azure-sdk-for-js) from 12.27.0 to 12.29.0. - [Release notes](https://github.com/Azure/azure-sdk-for-js/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md) - [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/storage-queue_12.27.0...@azure/storage-queue_12.29.0) --- updated-dependencies: - dependency-name: "@azure/storage-queue" dependency-version: 12.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9594417..3316477 100644 --- a/package-lock.json +++ b/package-lock.json @@ -285,9 +285,9 @@ } }, "node_modules/@azure/storage-common": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@azure/storage-common/-/storage-common-12.0.0.tgz", - "integrity": "sha512-QyEWXgi4kdRo0wc1rHum9/KnaWZKCdQGZK1BjU4fFL6Jtedp7KLbQihgTTVxldFy1z1ZPtuDPx8mQ5l3huPPbA==", + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/@azure/storage-common/-/storage-common-12.2.0.tgz", + "integrity": "sha512-YZLxiJ3vBAAnFbG3TFuAMUlxZRexjQX5JDQxOkFGb6e2TpoxH3xyHI6idsMe/QrWtj41U/KoqBxlayzhS+LlwA==", "license": "MIT", "dependencies": { "@azure/abort-controller": "^2.1.2", @@ -317,9 +317,9 @@ } }, "node_modules/@azure/storage-queue": { - "version": "12.27.0", - "resolved": "https://registry.npmjs.org/@azure/storage-queue/-/storage-queue-12.27.0.tgz", - "integrity": "sha512-GoviVZrJ1BkYCmsam0gOZFqAjH7bKbnbBIEVPkgzCz3RzsB/C05jumQep+3GavZoWw7Yw4iaCNPSyyS1lbN1Gg==", + "version": "12.29.0", + "resolved": "https://registry.npmjs.org/@azure/storage-queue/-/storage-queue-12.29.0.tgz", + "integrity": "sha512-p02H+TbPQWSI/SQ4CG+luoDvpenM+4837NARmOE4oPNOR5vAq7qRyeX72ffyYL2YLnkcyxETh28/bp/TiVIM+g==", "license": "MIT", "dependencies": { "@azure/abort-controller": "^2.1.2", @@ -332,7 +332,7 @@ "@azure/core-util": "^1.11.0", "@azure/core-xml": "^1.4.3", "@azure/logger": "^1.1.4", - "@azure/storage-common": "^12.0.0", + "@azure/storage-common": "^12.2.0", "tslib": "^2.8.1" }, "engines": {