From 89534c7e48a7ab652f59c797663488a4aff5d2f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 10:20:58 +0000 Subject: [PATCH] Bump core-js from 2.6.3 to 3.6.2 Bumps [core-js](https://github.com/zloirock/core-js) from 2.6.3 to 3.6.2. - [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...v3.6.2) 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 40699cdc5..05e58c987 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12137,9 +12137,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.6.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.2.tgz", + "integrity": "sha512-hIE5dXkRzRvnZ5vhkRfQxUvDxQZmD9oueA08jDYRBKJHx+VIl/Pne/e0A4x9LObEEthC/TqiZybUoNM4tRgnKg==" }, "core-js-compat": { "version": "3.4.4", diff --git a/package.json b/package.json index f58b08644..68efecaec 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "axios": "0.19.0", "command-exists": "1.2.8", "commander": "3.0.2", - "core-js": "^2.6.3", + "core-js": "^3.6.2", "electron-dl": "2.0.0", "eslint": "5.16.0", "follow-redirects": "1.9.0",