From f8f1a8ed5889005c1542b959c129a05c0713ebde Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 07:50:40 +0000 Subject: [PATCH] Bump dotenv from 2.0.0 to 9.0.2 Bumps [dotenv](https://github.com/motdotla/dotenv) from 2.0.0 to 9.0.2. - [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/v2.0.0...v9.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c73d12c..acd4f8a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "babel-polyfill": "^6.9.1", "bluebird": "^3.5.1", "bunyan": "^1.8.12", - "dotenv": "^2.0.0", + "dotenv": "^9.0.2", "lodash.uniqby": "^4.7.0", "mongodb": "^2.2.33" }, diff --git a/yarn.lock b/yarn.lock index 3aa374a..71cf6ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1427,9 +1427,9 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dotenv@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-2.0.0.tgz#bd759c357aaa70365e01c96b7b0bec08a6e0d949" +dotenv@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.2.tgz#dacc20160935a37dea6364aa1bef819fb9b6ab05" dtrace-provider@~0.8: version "0.8.5"