From 51c9b6b2da04e6cece0da68fb842a6a40644b03f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 05:48:18 +0000 Subject: [PATCH] Bump dotenv from 7.0.0 to 8.4.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.4.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.4.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2a46b19..31fd68f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "bcryptjs": "^2.4.3", "class-validator": "^0.9.1", "cors": "^2.8.5", - "dotenv": "^7.0.0", + "dotenv": "^8.4.0", "express": "^4.16.4", "express-jwt": "^5.3.1", "helmet": "^3.16.0", diff --git a/yarn.lock b/yarn.lock index 8790737..76e325e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2866,10 +2866,10 @@ dotenv@^6.2.0: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064" integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w== -dotenv@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c" - integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g== +dotenv@^8.4.0: + version "8.4.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.4.0.tgz#08576a9d5dc63b4fc58df087015c768eb102e0f3" + integrity sha512-l+pIWjvRva0AhnLerv9VvpscgXa72iPW1qKlCgA7COzJA414vGQ/PMcOuNfR1CmQbK208WWYeVwQUa8yfuqH8Q== duplexer2@~0.1.4: version "0.1.4"