From f312e1d39cc48eedb06d1460916cbb78ee6ed06b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 21:26:30 +0000 Subject: [PATCH] Bump core-js from 2.6.3 to 3.3.3 Bumps [core-js](https://github.com/zloirock/core-js) from 2.6.3 to 3.3.3. - [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.3.3) 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 bd21a662c..0a25710f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11698,9 +11698,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.3.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.3.tgz", + "integrity": "sha512-0xmD4vUJRY8nfLyV9zcpC17FtSie5STXzw+HyYw2t8IIvmDnbq7RJUULECCo+NstpJtwK9kx8S+898iyqgeUow==" }, "core-js-compat": { "version": "3.3.2", diff --git a/package.json b/package.json index 3274ecb85..4a3898593 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.3.3", "electron-dl": "1.14.0", "eslint": "5.16.0", "follow-redirects": "1.9.0",