From 8b04d3648a16c959c60742d02a550d16644c5d75 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 11:37:31 +0000 Subject: [PATCH] Bump core-js from 2.6.3 to 3.1.4 Bumps [core-js](https://github.com/zloirock/core-js) from 2.6.3 to 3.1.4. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v2.6.3...3.1.4) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d511f20e2..3c5671f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11611,9 +11611,9 @@ } }, "core-js": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.3.tgz", - "integrity": "sha512-l00tmFFZOBHtYhN4Cz7k32VM7vTn3rE2ANjQDxdEN6zmXZ/xq1jQuutnmHvMG1ZJ7xd72+TA5YpUK8wz3rWsfQ==" + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz", + "integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ==" }, "core-js-compat": { "version": "3.1.4", diff --git a/package.json b/package.json index 0f96b4f13..6c9e61dba 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "axios": "0.19.0", "command-exists": "1.2.8", "commander": "2.20.0", - "core-js": "^2.6.3", + "core-js": "^3.1.4", "electron-dl": "1.14.0", "eslint": "5.16.0", "follow-redirects": "1.7.0",