From fb8988e0f35bfc338e9c076a6e13d846402caa19 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 06:19:16 +0000 Subject: [PATCH] Bump dotenv from 2.0.0 to 10.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 2.0.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/v2.0.0...v10.0.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..82fa014 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": "^10.0.0", "express": "^4.12.0", "express-session": "^1.10.3", "morgan": "^1.5.1",