From 65a48b33285a31919c1bf86f315cfbeed185aa11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:29:49 +0000 Subject: [PATCH] Bump dotenv from 16.6.1 to 17.4.2 in /typescript/examples/music Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.4.2. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.4.2) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- typescript/examples/music/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/examples/music/package.json b/typescript/examples/music/package.json index fae8e6ab..6db3e473 100644 --- a/typescript/examples/music/package.json +++ b/typescript/examples/music/package.json @@ -18,7 +18,7 @@ "dependencies": { "axios": "^1.16.0", "chalk": "^2.3.1", - "dotenv": "^16.3.1", + "dotenv": "^17.4.2", "express": "^4.18.2", "find-config": "^1.0.0", "open": "^7.0.4",