From b67bd6c0ddc0732ac08cfe1935b6a7cf5d5b66a8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:32:13 +0000 Subject: [PATCH] build(deps-dev): Bump dotenv from 8.2.0 to 10.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 10.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/v8.2.0...v10.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ca1f7cd..24eeb56 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "css-loader": "^0.28.4", "custom-event": "^1.0.1", "documentation": "^13.0.0", - "dotenv": "^8.2.0", + "dotenv": "^10.0.0", "dotenv-webpack": "^6.0.0", "extract-text-webpack-plugin": "^3.0.0", "html-webpack-plugin": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index 748a7ac..3330a9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2766,6 +2766,10 @@ dotenv-webpack@^6.0.0: dependencies: dotenv-defaults "^2.0.1" +dotenv@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" + dotenv@^8.2.0: version "8.2.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"