From 8c8828c7ab115aa1ff1839d3f559999bb80f40be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:05:41 +0000 Subject: [PATCH] Bump dotenv from 11.0.0 to 16.0.2 Bumps [dotenv](https://github.com/motdotla/dotenv) from 11.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/v11.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 d7a8af6..caa324f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@types/lodash": "^4.14.172", "date-fns": "^2.28.0", - "dotenv": "^11.0.0", + "dotenv": "^16.0.2", "express": "^4.17.1", "frontbase-formulas": "^0.0.1", "frontbase-server-utils": "^0.0.7", diff --git a/yarn.lock b/yarn.lock index b17df6b..2b8ca19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -261,10 +261,10 @@ diff@^4.0.1: resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== -dotenv@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-11.0.0.tgz#ee37feddf8ada6d348a79e198312d4a8abfd1c1e" - integrity sha512-Fp/b504Y5W+e+FpCxTFMUZ7ZEQkQYF0rx+KZtmwixJxGQbLHrhCwo3FjZgNC8vIfrSi29PABNbMoCGD9YoiXbQ== +dotenv@^16.0.2: + version "16.0.2" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.2.tgz#0b0f8652c016a3858ef795024508cddc4bffc5bf" + integrity sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA== ee-first@1.1.1: version "1.1.1"