From 421a0cd3a999016d705db0be868775f5299388dc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 06:16:20 +0000 Subject: [PATCH] Bump dotenv-safe from 3.0.0 to 8.2.0 Bumps [dotenv-safe](https://github.com/rolodato/dotenv-safe) from 3.0.0 to 8.2.0. - [Release notes](https://github.com/rolodato/dotenv-safe/releases) - [Changelog](https://github.com/rolodato/dotenv-safe/blob/master/CHANGELOG.markdown) - [Commits](https://github.com/rolodato/dotenv-safe/commits) 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 cb02a15..fc99fde 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "body-parser": "^1.15.2", - "dotenv-safe": "^3.0.0", + "dotenv-safe": "^8.2.0", "express": "^4.14.0", "twilio": "~3.0.0" },