From 1b768c822b04b82157dd91ea0b54d1e97c780846 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 22 Dec 2018 06:38:46 +0000 Subject: [PATCH] fix(deps): update dependency @babel/polyfill to v7.2.5 --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index b4f351ffe..e49166dfe 100644 --- a/ui/package.json +++ b/ui/package.json @@ -5,7 +5,7 @@ "private": true, "dependencies": { "@attently/riek": "2.0.1", - "@babel/polyfill": "7.2.3", + "@babel/polyfill": "7.2.5", "@fortawesome/fontawesome-svg-core": "1.2.12", "@fortawesome/free-regular-svg-icons": "5.6.3", "@fortawesome/free-solid-svg-icons": "5.6.3", diff --git a/ui/yarn.lock b/ui/yarn.lock index f7a942a7c..aa4fe0505 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -713,10 +713,10 @@ "@babel/helper-regex" "^7.0.0" regexpu-core "^4.1.3" -"@babel/polyfill@7.2.3": - version "7.2.3" - resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.2.3.tgz#277fe900281d6874ab82332c90482621cbea2575" - integrity sha512-XG854errfwBkrnWV9dDmSSa8ueTciFUMcC47Mn9obkfLipRKaQL4o33YRsNk0IEep1WXMvr1hGz8DQbSQC2tPQ== +"@babel/polyfill@7.2.5": + version "7.2.5" + resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.2.5.tgz#6c54b964f71ad27edddc567d065e57e87ed7fa7d" + integrity sha512-8Y/t3MWThtMLYr0YNC/Q76tqN1w30+b0uQMeFUYauG2UGTR19zyUtFrAzT23zNtBxPp+LbE5E/nwV/q/r3y6ug== dependencies: core-js "^2.5.7" regenerator-runtime "^0.12.0"