From 48503da7ea0dff78e4b952186712b0dff92a5b43 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 07:10:50 +0000 Subject: [PATCH] Chore(deps): bump core-js from 3.6.4 to 3.16.0 Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.4 to 3.16.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.16.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..04d662a 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.16.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.16.0.tgz", + "integrity": "sha512-5+5VxRFmSf97nM8Jr2wzOwLqRo6zphH2aX+7KsAUONObyzakDNq2G/bgbhinxB4PoV9L3aXQYhiDKyIKWd2c8g==" }, "core-js-compat": { "version": "3.6.4", diff --git a/package.json b/package.json index 82f2b37..2d27081 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.16.0", "rxjs": "~6.5.5", "zone.js": "^0.10.2", "@nestjs/common": "^6.8.3",