From 0f07542ce13aa0001634839147190c708ad57657 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 11:21:10 +0000 Subject: [PATCH] Bump dotenv from 7.0.0 to 9.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.0 to 9.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/v7.0.0...v9.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 d6b0ea6..4bfbbc5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "cookie-parser": "^1.4.4", "cookie-universal-nuxt": "^2.0.14", "cross-env": "^5.2.0", - "dotenv": "^7.0.0", + "dotenv": "^9.0.0", "express": "^4.16.4", "fs": "^0.0.1-security", "net": "^1.0.2", diff --git a/yarn.lock b/yarn.lock index 52499a8..224bf7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2875,10 +2875,10 @@ dot-prop@^4.1.0, dot-prop@^4.1.1: dependencies: is-obj "^1.0.0" -dotenv@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c" - integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g== +dotenv@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.0.tgz#2408af4e39378375b7eebe30b7b54989e36d6e46" + integrity sha512-yy3x9XjojW8ROTBePD25AcMoHqGHsvHmtfw8QWlpEXyMMXXPj6brUA464AptUvHuTPRmNz6Sd3ZLNLeJl6dHJA== duplexer3@^0.1.4: version "0.1.4"