From 9d6c7266a5e15e34cd950bff162336cb6fb6010e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 04:14:17 +0000 Subject: [PATCH] Bump dotenv from 7.0.0 to 8.2.0 in /Server Bumps [dotenv](https://github.com/motdotla/dotenv) from 7.0.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/v7.0.0...v8.2.0) Signed-off-by: dependabot-preview[bot] --- Server/package.json | 2 +- Server/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Server/package.json b/Server/package.json index fcde5aa..b83d32d 100644 --- a/Server/package.json +++ b/Server/package.json @@ -14,7 +14,7 @@ "@roleypoly/rpc": "^3.0.0-alpha.12", "chalk": "^2.4.2", "discord.js": "^11.4.2", - "dotenv": "^7.0.0", + "dotenv": "^8.2.0", "erlpack": "github:discordapp/erlpack", "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", diff --git a/Server/yarn.lock b/Server/yarn.lock index 4043689..abc188a 100644 --- a/Server/yarn.lock +++ b/Server/yarn.lock @@ -916,10 +916,10 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dotenv@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c" - integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g== +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"