From 5daaaecfb8a026fe0104d9b8cef09a463cc2ad90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 04:02:15 +0000 Subject: [PATCH] Bump dotenv from 2.0.0 to 14.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 2.0.0 to 14.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/commits) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4cb4712..227947a 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": "^14.0.0", "lodash": "^4.17.21", "moment": "^2.19.1", "mongodb": "^2.2.33" diff --git a/yarn.lock b/yarn.lock index 623ea5b..1bf3908 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1712,10 +1712,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@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-14.0.0.tgz#a993719c572eb39066922fa2031f0bc40ad88311" + integrity sha512-lO8c74ruYOG0hCK6fWT7t/PVxqcLKhfOqTahXZQN2UCyfN+ZTJmu48wRUVpkBAXsUGjPOG+ndTh8rjZxyf2xqw== dtrace-provider@~0.8: version "0.8.7"