From 11b43340059aa6fa3d9f0291e0eeaac1244412d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 02:28:57 -0700 Subject: [PATCH] Bump core-js from 3.10.0 to 3.10.1 (#5972) Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.10.0 to 3.10.1. - [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/commits/v3.10.1/packages/core-js) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9d8c6785b..c53734e5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7825,9 +7825,9 @@ } }, "core-js": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.0.tgz", - "integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==" + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.1.tgz", + "integrity": "sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA==" }, "core-js-compat": { "version": "3.10.0", diff --git a/package.json b/package.json index 797510f1c..a0e94edfa 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "angular-page-visibility": "9.0.6", "ansi-to-html": "0.6.14", "c3": "0.7.20", - "core-js": "3.10.0", + "core-js": "3.10.1", "d3": "6.6.2", "file-saver": "2.0.5", "highlight.js": "10.7.2", -- GitLab