From a926a7c17f6e0b094913a3c3815fe232edc67837 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 07:18:40 +0000 Subject: [PATCH] Chore(deps): bump core-js from 3.6.4 to 3.13.0 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.6.4 to 3.13.0. - [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.13.0/packages/core-js) 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 7a34369..16181b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6761,9 +6761,9 @@ } }, "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.13.0.tgz", + "integrity": "sha512-iWDbiyha1M5vFwPFmQnvRv+tJzGbFAm6XimJUT0NgHYW3xZEs1SkCAcasWSVFxpI2Xb/V1DDJckq3v90+bQnog==" }, "core-js-compat": { "version": "3.6.4", diff --git a/package.json b/package.json index 82f2b37..afaa696 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@angular/platform-browser-dynamic": "^9.1.0", "@angular/router": "^9.1.0", "@nrwl/angular": "9.2.2", - "core-js": "^3.6.4", + "core-js": "^3.13.0", "rxjs": "~6.5.5", "zone.js": "^0.10.2", "@nestjs/common": "^6.8.3",