From 89282732d5e0bcf3bf3feb8e1b82fe1f54e9d485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 03:39:00 +0000 Subject: [PATCH] Bump dotenv from 16.6.1 to 17.2.2 in /quickstarts/service-bus/ts Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.2.2. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.2.2) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- quickstarts/service-bus/ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstarts/service-bus/ts/package.json b/quickstarts/service-bus/ts/package.json index d042a526..37649f33 100644 --- a/quickstarts/service-bus/ts/package.json +++ b/quickstarts/service-bus/ts/package.json @@ -12,7 +12,7 @@ "dependencies": { "@azure/identity": "^4.3.0", "@azure/service-bus": "^7.9.5", - "dotenv": "^16.4.5" + "dotenv": "^17.2.2" }, "devDependencies": { "@types/node": "^20.12.2",