From a8038963f311389d1a204b0477e5023a5908fae5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 07:00:25 +0000 Subject: [PATCH] chore(deps-dev): bump dotenv from 8.2.0 to 9.0.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 9.0.1. - [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) 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 d742a70a..3d3d4b7b 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "copyright-header": "^0.4.6", "cross-env": "^7.0.0", "cz-conventional-changelog": "^3.0.2", - "dotenv": "^8.2.0", + "dotenv": "^9.0.1", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-config-prettier": "^6.11.0", diff --git a/yarn.lock b/yarn.lock index 1bad2eea..8521b9b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2786,10 +2786,10 @@ dot-prop@^5.1.0: dependencies: is-obj "^2.0.0" -dotenv@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" - integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== +dotenv@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.1.tgz#a889a28a3a515812dde1e7f8183ef5cdf3186b97" + integrity sha512-W8FNeNnnvJoYfgkFRKzp8kTgz0T2YY4TJ9xy1Ma0hSebPTK8iquRtpG12TUrSTX5zIN9D/wSLEEuI+Ad35tlyw== duplexer@^0.1.1: version "0.1.1"