From 463d09fd53655c83e7a38795a01516eeaf165d82 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 06:46:49 +0000 Subject: [PATCH] Bump dotenv from 8.1.0 to 9.0.2 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.1.0 to 9.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/v8.1.0...v9.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index da9920b..36c937f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "change-case": "^3.1.0", "deepmerge": "^4.0.0", - "dotenv": "^8.0.0", + "dotenv": "^9.0.2", "dumper.js": "^1.3.1", "electron-builder": "^21.2.0", "electron-packager": "^14.0.4", diff --git a/yarn.lock b/yarn.lock index 36a5c70..98de16c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1289,6 +1289,11 @@ dotenv@^8.0.0: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.1.0.tgz#d811e178652bfb8a1e593c6dd704ec7e90d85ea2" integrity sha512-GUE3gqcDCaMltj2++g6bRQ5rBJWtkWTmqmD0fo1RnnMuUqHNCt2oTPeDnS9n6fKYvlhn7AeBkb38lymBtWBQdA== +dotenv@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-9.0.2.tgz#dacc20160935a37dea6364aa1bef819fb9b6ab05" + integrity sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg== + dumper.js@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/dumper.js/-/dumper.js-1.3.1.tgz#c82c7a781e84b2bcfc497d58a937f981ccd35793"