From 335a419ca92f56ad8ce6f1e19f24f23ccf8f368e Mon Sep 17 00:00:00 2001 From: Cockpituous Date: Fri, 5 Apr 2019 18:19:46 +0000 Subject: [PATCH] package.json: Update @babel/polyfill package dependency Closes #160 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9a5f0f..96b0724 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "webpack-cli": "^3.1.0" }, "dependencies": { - "@babel/polyfill": "7.4.0", + "@babel/polyfill": "7.4.3", "node-sass": "4.11.0", "react": "16.8.6", "react-dom": "16.8.6"