From 8e3c283b4b1b8ecb1ea5951e26b36c0322eb2ae8 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Thu, 8 Feb 2018 18:18:19 -0800 Subject: [PATCH] Update dotenv-expand to fix bug with environment variables that contain a $. --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 91d4a584cf4..41ff76e8544 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -32,7 +32,7 @@ "chalk": "1.1.3", "css-loader": "0.28.7", "dotenv": "4.0.0", - "dotenv-expand": "4.0.1", + "dotenv-expand": "4.2.0", "eslint": "4.10.0", "eslint-config-react-app": "^2.1.0", "eslint-loader": "1.9.0",