From cc8234534a6a45dcc5cffcdaf19a155d9864725e 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:12:14 +0000 Subject: [PATCH] Bump dotenv from 4.0.0 to 10.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 4.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/v4.0.0...v10.0.0) 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..e1421a2 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "node": ">=6.10.0 <8.0.0" }, "dependencies": { - "dotenv": "^4.0.0", + "dotenv": "^10.0.0", "express": "^4.15.2", "twilio": "^3.0.0" },