From 96007bb42e8ea852622418f70fe9f840a64c3d6d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 04:35:23 +0000 Subject: [PATCH] Bump dotenv from 8.0.0 to 8.1.0 in /backend Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.0.0 to 8.1.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/v8.0.0...v8.1.0) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 1c74d3faa..f7d713c5c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -57,7 +57,7 @@ "cross-env": "~5.2.0", "date-fns": "2.0.0-beta.4", "debug": "~4.1.1", - "dotenv": "~8.0.0", + "dotenv": "~8.1.0", "express": "^4.17.1", "faker": "Marak/faker.js#master", "graphql": "~14.4.2", diff --git a/backend/yarn.lock b/backend/yarn.lock index 186520186..188c07b23 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -3053,10 +3053,10 @@ dotenv@^4.0.0: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-4.0.0.tgz#864ef1379aced55ce6f95debecdce179f7a0cd1d" integrity sha1-hk7xN5rO1Vzm+V3r7NzhefegzR0= -dotenv@~8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.0.0.tgz#ed310c165b4e8a97bb745b0a9d99c31bda566440" - integrity sha512-30xVGqjLjiUOArT4+M5q9sYdvuR4riM6yK9wMcas9Vbp6zZa+ocC9dp6QoftuhTPhFAiLK/0C5Ni2nou/Bk8lg== +dotenv@~8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.1.0.tgz#d811e178652bfb8a1e593c6dd704ec7e90d85ea2" + integrity sha512-GUE3gqcDCaMltj2++g6bRQ5rBJWtkWTmqmD0fo1RnnMuUqHNCt2oTPeDnS9n6fKYvlhn7AeBkb38lymBtWBQdA== duplexer3@^0.1.4: version "0.1.4"