From 61a642345352a277a804c18b30156276b06c4cc4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 08:46:47 +0000 Subject: [PATCH] Bump dotenv from 2.0.0 to 9.0.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 2.0.0 to 9.0.1. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/commits) 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 9cb99a3..fb4a0a3 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.1", "lodash": "^4.17.20", "moment": "^2.19.1", "mongodb": "^2.2.33" diff --git a/yarn.lock b/yarn.lock index 0fc3c8a..1579014 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1697,10 +1697,10 @@ 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" - integrity sha1-vXWcNXqqcDZeAclrewvsCKbg2Uk= +dotenv@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.1.tgz#a889a28a3a515812dde1e7f8183ef5cdf3186b97" + integrity sha512-W8FNeNnnvJoYfgkFRKzp8kTgz0T2YY4TJ9xy1Ma0hSebPTK8iquRtpG12TUrSTX5zIN9D/wSLEEuI+Ad35tlyw== dtrace-provider@~0.8: version "0.8.7"