From 04569c47601512137a9150d8e45cda126a964923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 06:19:57 +0000 Subject: [PATCH] Bump dotenv from 16.5.0 to 17.0.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.5.0 to 17.0.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.5.0...v17.0.1) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f48265a..629988b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "chalk": "^5.3.0", "chokidar": "^4.0.3", "debug": "^4.4.0", - "dotenv": "^16.5.0", + "dotenv": "^17.0.1", "express": "^5.1.0", "gray-matter": "^4.0.3", "open": "^10.1.2", diff --git a/yarn.lock b/yarn.lock index 4983ca4..4a6795b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2518,10 +2518,10 @@ dot-case@^3.0.4: no-case "^3.0.4" tslib "^2.0.3" -dotenv@^16.5.0: - version "16.5.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.5.0.tgz#092b49f25f808f020050051d1ff258e404c78692" - integrity sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg== +dotenv@^17.0.1: + version "17.0.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.0.1.tgz#79bc4d232fadb42a4092685ff1206d31b2a43f95" + integrity sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA== dunder-proto@^1.0.0, dunder-proto@^1.0.1: version "1.0.1"