From 5afa808abc398b3cebc5264131135fc8290ae1ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 May 2020 00:42:00 +0200 Subject: [PATCH] fix: upgrade core-js from 3.6.4 to 3.6.5 Snyk has created this PR to upgrade core-js from 3.6.4 to 3.6.5. See this package in NPM: https://www.npmjs.com/package/core-js See this project in Snyk: https://app.snyk.io/org/hamzahamidi/project/e95b4ab5-5480-42e8-86fd-85a7f01be77d?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0dc473d..35fad51e 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@angular/platform-browser-dynamic": "^8.1.2", "@angular/router": "^8.1.2", "brace": "^0.11.1", - "core-js": "^3.6.4", + "core-js": "^3.6.5", "lodash-es": "^4.17.15", "rxjs": "^6.5.2", "zone.js": "~0.10.3"