From de315a8052006fd3e4e0cba087faefd8cddb27ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 07:08:14 +0000 Subject: [PATCH] Bump @babel/polyfill from 7.4.4 to 7.6.0 Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.4.4 to 7.6.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.4.4...v7.6.0) Signed-off-by: dependabot-preview[bot] Signed-off-by: npmbuildbot[bot] --- core/js/dist/main.js.map | Bin 4406347 -> 4406348 bytes package-lock.json | 16 ++++++++-------- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/js/dist/main.js.map b/core/js/dist/main.js.map index 8e9a455e731fc49bd16fb44965f4627e2409bd52..8ded7333a618b1645a671e08509a1f0a3123ca62 100644 GIT binary patch delta 422 zcmY+*J5Rz;00rQH&sy<;;tL<8zEG|xMNvV;+or{YiI}ihV+vX*X}}PTaUgNH35$FG z011PmCjAk*>kn~Y^yq}cH=L7m-aF6U4|rl8=4Cysm-VrJHoyiM$A;ec*Rm6AahzYR zYmX0SM5WY{NsdxgaX!m@C|=Rj-p;z^)WeVY|l3gnp_C?p|()~7~FCO2&uGua| lVHipY!n?D((gNHk$x?BCuT zYL;P?@-ikAQ5$jQ|IN2{8K;hNfkmNWN`&g-fxqYK@Lq6fX`LqB2| zKpY7SVhBkLBZU!+VhrO@pke}POkxVtm_Y`!m_rs?pt|!9P5({F#$#?p$sAX`%M;tv zPtPj$wRaVK+xk-|{5R{3vW^8TVhPJw!7A2}LmmYbv5pOFVhh{Y!7hxTQ8pjHegU|z Bfwcet diff --git a/package-lock.json b/package-lock.json index 90d0202332..7d10527b70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -949,9 +949,9 @@ } }, "@babel/polyfill": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.4.4.tgz", - "integrity": "sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.6.0.tgz", + "integrity": "sha512-q5BZJI0n/B10VaQQvln1IlDK3BTBJFbADx7tv+oXDPIDZuTo37H5Adb9jhlXm/fEN4Y7/64qD9mnrJJG7rmaTw==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.2" @@ -5674,7 +5674,7 @@ }, "minimist": { "version": "0.0.8", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" }, "mississippi": { @@ -7067,9 +7067,9 @@ } }, "regenerator-runtime": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz", - "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==" + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", + "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==" }, "regenerator-transform": { "version": "0.14.1", @@ -9306,7 +9306,7 @@ }, "wrap-ansi": { "version": "2.1.0", - "resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", "dev": true, "requires": { diff --git a/package.json b/package.json index e182c4661a..01eeee25c3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ], "license": "AGPL-3.0-or-later", "dependencies": { - "@babel/polyfill": "^7.4.4", + "@babel/polyfill": "^7.6.0", "@chenfengyuan/vue-qrcode": "^1.0.1", "select2": "3.5.1", "autosize": "^4.0.2",