From d93ec8be471260bc20e76f869e14d8578930ab4d Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Fri, 9 Feb 2018 05:11:32 -0800 Subject: [PATCH] Upgrade dotenv-expand to 4.2.0 (#3961) (#3992) --- 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 35b5453216e..3a46f256740 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -34,7 +34,7 @@ "chalk": "2.3.0", "css-loader": "0.28.9", "dotenv": "4.0.0", - "dotenv-expand": "4.0.1", + "dotenv-expand": "4.2.0", "eslint": "4.15.0", "eslint-config-react-app": "^2.1.0", "eslint-loader": "1.9.0",