From a8fc36d92de3c50c902434c22cb2eff01a775b3f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 10:06:45 +0000 Subject: [PATCH] Bump dotenv from 2.0.0 to 10.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 2.0.0 to 10.0.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/v2.0.0...v10.0.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 1c8dcba..1cdc30c 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": "^10.0.0", "lodash": "^4.17.21", "moment": "^2.19.1", "mongodb": "^2.2.33" diff --git a/yarn.lock b/yarn.lock index 3d4bd41..7a1e05e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1707,10 +1707,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@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" + integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== dtrace-provider@~0.8: version "0.8.7"