From 770718286d4b3d928c6b7c1b3c3833ec7a0d0613 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 20:28:55 +0000 Subject: [PATCH] Bump @babel/polyfill from 7.6.0 to 7.7.0 in /js Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.6.0 to 7.7.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.6.0...v7.7.0) Signed-off-by: dependabot-preview[bot] --- js/package-lock.json | 12 ++++++------ js/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index a6ef1e3b1..008339cb5 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -935,18 +935,18 @@ } }, "@babel/polyfill": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.6.0.tgz", - "integrity": "sha512-q5BZJI0n/B10VaQQvln1IlDK3BTBJFbADx7tv+oXDPIDZuTo37H5Adb9jhlXm/fEN4Y7/64qD9mnrJJG7rmaTw==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.7.0.tgz", + "integrity": "sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.2" }, "dependencies": { "core-js": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz", - "integrity": "sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==" + "version": "2.6.10", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.10.tgz", + "integrity": "sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA==" }, "regenerator-runtime": { "version": "0.13.3", diff --git a/js/package.json b/js/package.json index 57c934e26..4f5524610 100644 --- a/js/package.json +++ b/js/package.json @@ -28,7 +28,7 @@ "devDependencies": { "@babel/core": "^7.6.4", "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/polyfill": "^7.6.0", + "@babel/polyfill": "^7.7.0", "@babel/preset-env": "^7.6.3", "babel-loader": "^8.0.6", "css-loader": "^3.2.0",