From 905ea57742760493545c3c815e10f42318a26442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:10:33 +0000 Subject: [PATCH] chore(deps-dev): bump @azure/service-bus from 7.9.4 to 7.9.5 Bumps [@azure/service-bus](https://github.com/Azure/azure-sdk-for-js) from 7.9.4 to 7.9.5. - [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/service-bus_7.9.4...@azure/service-bus_7.9.5) --- updated-dependencies: - dependency-name: "@azure/service-bus" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 513cd8c..1d9307a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@angular-devkit/core": "18.2.7", "@angular-devkit/schematics": "18.2.7", "@azure/abort-controller": "1.1.0", - "@azure/service-bus": "7.9.4", + "@azure/service-bus": "7.9.5", "@azure/storage-blob": "12.17.0", "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", @@ -655,9 +655,9 @@ } }, "node_modules/@azure/service-bus": { - "version": "7.9.4", - "resolved": "https://registry.npmjs.org/@azure/service-bus/-/service-bus-7.9.4.tgz", - "integrity": "sha512-LxFx6gVpMmxfVpTUEN4++CfXejGCCFvuFNSBovz70upmvZ/urBmqQoPOriXwezEQtaEo/NlFMIjR9AnJDmQIdA==", + "version": "7.9.5", + "resolved": "https://registry.npmjs.org/@azure/service-bus/-/service-bus-7.9.5.tgz", + "integrity": "sha512-R5Af+4jtZZII2snLomaddMyElFtTCBRZp2qERPlP8PuISLU87eFYFM7xWzxjNd0yeiyQUBkamx/ZhOC8eWhCHA==", "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-amqp": "^4.1.1", diff --git a/package.json b/package.json index 26eb313..fabd475 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@angular-devkit/core": "18.2.7", "@angular-devkit/schematics": "18.2.7", "@azure/abort-controller": "1.1.0", - "@azure/service-bus": "7.9.4", + "@azure/service-bus": "7.9.5", "@azure/storage-blob": "12.17.0", "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0",