From 96ebb813e50cc88a2f25d44190533d52b91162d1 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 13:41:19 +0000 Subject: [PATCH] fix(package): update @babel/polyfill to version 7.8.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a76203..2daea31 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "@babel/polyfill": "~7.2", + "@babel/polyfill": "~7.8.3", "body-parser": "^1.19.0", "chart.js": "^2.9.3", "clean-webpack-plugin": "^3.0.0",