From f92a4a839d771391e33d910a6a28b61e5f671a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 18:49:54 +0000 Subject: [PATCH] Build(deps): Bump dotenv from 10.0.0 to 16.3.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.0 to 16.3.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v10.0.0...v16.3.1) --- updated-dependencies: - dependency-name: dotenv 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 337f210..9f31d30 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "body-parser": "^1.19.0", "cors": "^2.8.5", - "dotenv": "^10.0.0", + "dotenv": "^16.3.1", "express": "^4.17.1", "firebase-admin": "^9.11.0", "form-data": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index c533fc7..6150ceb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2705,10 +2705,10 @@ dot-prop@^5.2.0: dependencies: is-obj "^2.0.0" -dotenv@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" - integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== +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== duplexify@^4.0.0, duplexify@^4.1.1: version "4.1.2"