From 2d01a060b7b2a0d12a9d7c0a0234fcb39febdb80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 04:02:10 +0000 Subject: [PATCH] Bump dotenv from 2.0.0 to 16.0.2 Bumps [dotenv](https://github.com/motdotla/dotenv) from 2.0.0 to 16.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...v16.0.2) --- 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..e76067c 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": "^16.0.2", "lodash": "^4.17.21", "moment": "^2.19.1", "mongodb": "^2.2.33" diff --git a/yarn.lock b/yarn.lock index 623ea5b..77acca1 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@^16.0.2: + version "16.0.2" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.2.tgz#0b0f8652c016a3858ef795024508cddc4bffc5bf" + integrity sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA== dtrace-provider@~0.8: version "0.8.7"