From 2e3293ef0e6cb1572f9a3b5fe2865c330918aee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 10:06:28 +0000 Subject: [PATCH] chore(deps): bump dotenv from 17.4.2 to 18.0.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.4.2 to 18.0.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v17.4.2...v18.0.1) --- updated-dependencies: - dependency-name: dotenv dependency-version: 18.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index f742e07..0321109 100644 --- a/bun.lock +++ b/bun.lock @@ -8,7 +8,7 @@ "@eslint/js": "^9.39.5", "@types/node": "^26.6.1", "@vitest/coverage-v8": "^5.0.1", - "dotenv": "^17.4.2", + "dotenv": "^18.0.1", "eslint": "^9.39.5", "eslint-plugin-import": "^2.32.0", "eslint-plugin-unused-imports": "^4.4.1", @@ -425,7 +425,7 @@ "doctrine": ["doctrine@2.1.0", "", { "dependencies": { "esutils": "^2.0.2" } }, "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw=="], - "dotenv": ["dotenv@17.4.2", "", {}, "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw=="], + "dotenv": ["dotenv@18.0.1", "", { "bin": { "dotenv": "dist/index.cjs" } }, "sha512-0eR4m4D/jH5eaI3evo2ZqqMii5mrTCR12v12VChdie6O1gPHs7XAjzTep0CWc1Bd+oNx3vVfbi734dK4zghigw=="], "dunder-proto": ["dunder-proto@1.0.1", "", { "dependencies": { "call-bind-apply-helpers": "^1.0.1", "es-errors": "^1.3.0", "gopd": "^1.2.0" } }, "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A=="], diff --git a/package.json b/package.json index 63efbf1..25fcc2b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@eslint/js": "^9.39.5", "@types/node": "^26.6.1", "@vitest/coverage-v8": "^5.0.1", - "dotenv": "^17.4.2", + "dotenv": "^18.0.1", "eslint": "^9.39.5", "eslint-plugin-import": "^2.32.0", "eslint-plugin-unused-imports": "^4.4.1",