From 4720e9614376253280c6012bd1f806b099694fe9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 20:01:18 +0000 Subject: [PATCH] Bump core-js from 2.6.3 to 3.3.2 Bumps [core-js](https://github.com/zloirock/core-js) from 2.6.3 to 3.3.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.3.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 f51711232..1eb25e5ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11601,9 +11601,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.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.2.tgz", + "integrity": "sha512-S1FfZpeBchkhyoY76YAdFzKS4zz9aOK7EeFaNA2aJlyXyA+sgqz6xdxmLPGXEAf0nF44MVN1kSjrA9Kt3ATDQg==" }, "core-js-compat": { "version": "3.3.2", diff --git a/package.json b/package.json index 1059f50fc..04324d1a9 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "axios": "0.19.0", "command-exists": "1.2.8", "commander": "3.0.1", - "core-js": "^2.6.3", + "core-js": "^3.3.2", "electron-dl": "1.14.0", "eslint": "5.16.0", "follow-redirects": "1.9.0",