From 50d6269471340d0ef7921e4b8883f061897ed43f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 06:52:02 +0000 Subject: [PATCH] Bump dotenv from 4.0.0 to 9.0.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 4.0.0 to 9.0.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/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index c58df24..d31c221 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "node": ">=6.10.0 <8.0.0" }, "dependencies": { - "dotenv": "^4.0.0", + "dotenv": "^9.0.1", "express": "^4.15.2", "twilio": "^3.0.0" },