From 83e1e373f1da4fd2df7222b40e451f2bdc7ecfa5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 06:16:30 +0000 Subject: [PATCH] Bump dotenv from 5.0.1 to 9.0.2 Bumps [dotenv](https://github.com/motdotla/dotenv) from 5.0.1 to 9.0.2. - [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/v5.0.1...v9.0.2) 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 cb42322..e210c9b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "body-parser": "^1.15.2", - "dotenv": "^5.0.1", + "dotenv": "^9.0.2", "express": "^4.14.0", "twilio": "~3.17.1" },