From 78fb73b80808c06424b3824c265eb9be945ba512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:03:49 +0000 Subject: [PATCH] Bump dotenv from 16.6.1 to 17.2.3 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.2.3. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.2.3) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50795f0..ea375c3 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "chalk-template": "^1.1.0", "cli-highlight": "^2.1.11", "clipboardy": "^5.0.0", - "dotenv": "^16.0.3", + "dotenv": "^17.2.3", "enquirer": "^2.3.6", "figlet": "^1.5.2", "gradient-string": "^3.0.0",