From a3f6a4a1706abe12a2c4f06e6965beb14ec00873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 17:02:43 +0000 Subject: [PATCH] Bump core-js from 2.6.12 to 3.19.2 Bumps [core-js](https://github.com/zloirock/core-js) from 2.6.12 to 3.19.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.12...v3.19.2) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e8856373..bd08b8ac 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@ionic/angular": "^5.9.1", "@ionic/storage": "3.0.6", "@ngneat/transloco": "^3.1.1", - "core-js": "^2.5.4", + "core-js": "^3.19.2", "flag-icon-css": "^4.1.6", "hammerjs": "^2.0.8", "intl": "1.2.5", diff --git a/yarn.lock b/yarn.lock index 3d93dc18..5245771a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3227,10 +3227,10 @@ core-js@3.16.0: resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.16.0.tgz#1d46fb33720bc1fa7f90d20431f36a5540858986" integrity sha512-5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g== -core-js@^2.5.4: - version "2.6.12" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" - integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== +core-js@^3.19.2: + version "3.19.2" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.2.tgz#ae216d7f4f7e924d9a2e3ff1e4b1940220f9157b" + integrity sha512-ciYCResnLIATSsXuXnIOH4CbdfgV+H1Ltg16hJFN7/v6OxqnFr/IFGeLacaZ+fHLAm0TBbXwNK9/DNBzBUrO/g== core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2"