From 69d2a43aefd91181cc584e928b84cd0c97e02649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:37:22 +0000 Subject: [PATCH] chore(deps-dev): bump dotenv from 16.3.1 to 17.2.3 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.3.1 to 17.2.3. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.3.1...v17.2.3) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.3 dependency-type: direct:development 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 f7f04672..7d9f368c 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/ws": "8.5.10", "chai": "4.3.7", "chai-as-promised": "7.1.2", - "dotenv": "16.3.1", + "dotenv": "17.2.3", "husky": "8.0.3", "jest": "29.7.0", "lint-staged": "13.2.2", diff --git a/yarn.lock b/yarn.lock index 904145a5..d7a45677 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1705,10 +1705,10 @@ dot-prop@^5.1.0: dependencies: is-obj "^2.0.0" -dotenv@16.3.1: - version "16.3.1" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" - integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== +dotenv@17.2.3: + version "17.2.3" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.3.tgz#ad995d6997f639b11065f419a22fabf567cdb9a2" + integrity sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w== dunder-proto@^1.0.1: version "1.0.1"