From a9a12b80c6d4273bc1f3bdd82c14b538c75d1cca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 08:37:35 +0000 Subject: [PATCH] Bump dotenv from 6.2.0 to 8.2.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 6.2.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/v6.2.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 1bc056e..0ba2d8f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "connect-cas": "^1.8.1", "cookie-parser": "~1.4.3", "debug": "^3.1.0", - "dotenv": "^6.0.0", + "dotenv": "^8.2.0", "elasticsearch": "^15.1.1", "express": "~4.16.0", "fs": "^0.0.1-security", diff --git a/yarn.lock b/yarn.lock index 219a3bb..f67c46e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -983,10 +983,10 @@ dot-prop@^4.1.0: dependencies: is-obj "^1.0.0" -dotenv@^6.0.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064" - integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w== +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== dottie@^2.0.0: version "2.0.1"