From e7e44060d384f13e8a498d77e58f896213200d9f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 06:20:09 +0000 Subject: [PATCH] Bump dotenv from 2.0.0 to 8.5.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 2.0.0 to 8.5.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.5.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..2808f4a 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.5.0", "express": "^4.12.0", "express-session": "^1.10.3", "morgan": "^1.5.1",