From ad772b79005eca87467352e94a49a82cb6455fe2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 08:46:39 +0100 Subject: [PATCH] Bump dotenv from 8.1.0 to 8.2.0 (#29) Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 8.2.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.1.0...v8.2.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 374b075..f4a360b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "axios": "^0.19.0", "classnames": "^2.2.6", "date-fns": "^2.2.1", - "dotenv": "^8.1.0", + "dotenv": "^8.2.0", "lodash": "^4.17.11", "mobx": "^5.5.0", "mobx-react": "^6.1.3", diff --git a/yarn.lock b/yarn.lock index 8993ce9..8e6b378 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2811,10 +2811,10 @@ domutils@^1.5.1: dom-serializer "0" domelementtype "1" -dotenv@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.1.0.tgz#d811e178652bfb8a1e593c6dd704ec7e90d85ea2" - integrity sha512-GUE3gqcDCaMltj2++g6bRQ5rBJWtkWTmqmD0fo1RnnMuUqHNCt2oTPeDnS9n6fKYvlhn7AeBkb38lymBtWBQdA== +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== duplexify@^3.4.2, duplexify@^3.6.0: version "3.7.1"