From 6cfce278a610f493536cf755b3741f0f91b5c1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:08:33 +0000 Subject: [PATCH] Build(deps): 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: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 75405c6..5a3b6fd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@zilliz/milvus2-sdk-node": "2.6.1", "body-parser": "^1.20.0", "chokidar": "^3.5.3", - "dotenv": "^16.3.1", + "dotenv": "^17.2.3", "express": "^4.18.1", "express-rate-limit": "^7.1.1", "fs-extra": "^11.1.1", diff --git a/yarn.lock b/yarn.lock index 3ff8f65..94e8718 100644 --- a/yarn.lock +++ b/yarn.lock @@ -358,10 +358,10 @@ destroy@1.2.0: resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== -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== ee-first@1.1.1: version "1.1.1"