From 4b3221e1dc58e9609e09f1c3f5470af211152e2c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 04:22:51 +0000 Subject: [PATCH] Bump dotenv from 7.0.0 to 8.2.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 8.2.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.2.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 4b18cf7..000f324 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "babel-eslint": "^10.0.1", "babel-jest": "^24.5.0", "babel-register": "^6.26.0", - "dotenv": "^7.0.0", + "dotenv": "^8.2.0", "eslint": "^5.15.2", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jest": "^22.4.1", diff --git a/yarn.lock b/yarn.lock index 177d443..d6adde9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1937,10 +1937,10 @@ dot-prop@^4.1.0: dependencies: is-obj "^1.0.0" -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.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" + integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== duplexer3@^0.1.4: version "0.1.4"