From 601d9b862bf7ab0a5a94d547d23bfc369838a10a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 08:07:28 +0000 Subject: [PATCH] Chore(deps): bump core-js from 3.6.4 to 3.7.0 Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.4 to 3.7.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/compare/v3.6.4...v3.7.0) 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..c4bc1f3 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.7.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", + "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" }, "core-js-compat": { "version": "3.6.4", diff --git a/package.json b/package.json index 82f2b37..5143cf3 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.7.0", "rxjs": "~6.5.5", "zone.js": "^0.10.2", "@nestjs/common": "^6.8.3",