From 03c90bae4f9f2c494ef3c0bdc5f574d3891ee69f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:07:25 +0000 Subject: [PATCH] build(deps-dev): bump dotenv from 16.0.3 to 16.4.5 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.3 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.0.3...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:development update-type: version-update:semver-minor ... 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 58b7684..4c5922d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "loglevel-plugin-prefix": "^0.8.4" }, "devDependencies": { - "dotenv": "^16.0.3", + "dotenv": "^16.4.5", "eslint": "^8.34.0", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index 64daf4a..ed29f4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1726,10 +1726,10 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dotenv@^16.0.3: - version "16.0.3" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07" - integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ== +dotenv@^16.4.5: + version "16.4.5" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f" + integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg== electron-to-chromium@^1.4.251: version "1.4.284"