From 62946d0d4e7e57a78e28c7dc34e0d38b8809488b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 01:15:08 +0000 Subject: [PATCH] Bump core-js from 3.2.1 to 3.3.2 Bumps [core-js](https://github.com/zloirock/core-js) from 3.2.1 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/v3.2.1...v3.3.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 53c5082a..31bad19b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@typescript-eslint/parser": "^2.3.1", "apply-loader": "2.0.0", "awesome-typescript-loader": "^5.0.0", - "core-js": "^3.2.0", + "core-js": "^3.3.2", "cross-env": "6.0.3", "css-loader": "3.2.0", "electron": "^6.0.12", diff --git a/yarn.lock b/yarn.lock index 24b4668d..b3259c5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1452,10 +1452,10 @@ core-js@^2.4.0: version "2.4.1" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e" -core-js@^3.2.0: - version "3.2.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.2.1.tgz#cd41f38534da6cc59f7db050fe67307de9868b09" - integrity sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw== +core-js@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.3.2.tgz#cd42da1d7b0bb33ef11326be3a721934277ceb42" + integrity sha512-S1FfZpeBchkhyoY76YAdFzKS4zz9aOK7EeFaNA2aJlyXyA+sgqz6xdxmLPGXEAf0nF44MVN1kSjrA9Kt3ATDQg== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2"