From a33487330305a5edc973a84afc4a3a847d79e8d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 07:48:12 +0000 Subject: [PATCH] Bump dotenv from 4.0.0 to 8.5.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 4.0.0 to 8.5.1. - [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/v4.0.0...v8.5.1) 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 8d68f89..0d66db3 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "supertest": "^3.0.0" }, "dependencies": { - "dotenv": "^4.0.0", + "dotenv": "^8.5.1", "express": "^4.15.2", "fresh": "^0.5.0", "mime-types": "~2.1.13",