From 543e77585de56cccb8ee9a3da44b5a2d240d757c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 29 May 2019 17:51:43 +0000 Subject: [PATCH] Update dotenv-safe requirement from ^4.0.4 to ^6.1.0 Updates the requirements on [dotenv-safe](https://github.com/rolodato/dotenv-safe) to permit the latest version. - [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) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c3001f..de55550 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "babel-preset-es2017": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "clean-webpack-plugin": "^0.1.16", - "dotenv-safe": "^4.0.4", + "dotenv-safe": "^6.1.0", "dotenv-webpack": "^1.5.4", "lodash.chunk": "^4.2.0", "node-fetch": "^1.7.3",