From c97c21edbcbb3497eb2416959042c272a127726e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 20:51:00 +0000 Subject: [PATCH] Bump dotenv from 2.0.0 to 8.2.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 2.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/v2.0.0...v8.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d35996f..666d844 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "body-parser": "^1.12.0", "connect-flash": "^0.1.1", "csurf": "^1.8.3", - "dotenv": "^2.0.0", + "dotenv": "^8.2.0", "express": "^4.12.0", "express-session": "^1.10.3", "morgan": "^1.5.1",