From 6f492d9d6de8c2eded822db8a09e803b342c0dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 04:53:49 +0000 Subject: [PATCH] build(deps-dev): bump dotenv from 17.0.0 to 17.0.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.0.0 to 17.0.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v17.0.0...v17.0.1) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 59c091dc7..3a99100af 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/node": "^22.15.33", "@types/source-map-support": "^0.5.10", "@types/ws": "^8.18.1", - "dotenv": "^17.0.0", + "dotenv": "^17.0.1", "esbuild": "^0.25.5", "esbuild-plugin-version-injector": "^1.2.1", "eslint": "^9.30.1", diff --git a/yarn.lock b/yarn.lock index 62b92c559..321b36913 100644 --- a/yarn.lock +++ b/yarn.lock @@ -810,10 +810,10 @@ define-properties@^1.2.1: has-property-descriptors "^1.0.0" object-keys "^1.1.1" -dotenv@^17.0.0: - version "17.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.0.0.tgz#0b0336dc1a4237bcfa772e01d5587e98ebb7e3c2" - integrity sha512-A0BJ5lrpJVSfnMMXjmeO0xUnoxqsBHWCoqqTnGwGYVdnctqXXUEhJOO7LxmgxJon9tEZFGpe0xPRX0h2v3AANQ== +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"