From ca4a634e82f2af54a6cbb8931c41478cc8c74eef Mon Sep 17 00:00:00 2001 From: snyk-test Date: Wed, 4 Sep 2019 21:16:40 +0000 Subject: [PATCH] chore: upgrade @angular/core from 7.2.14 to 7.2.15 Snyk have raised this PR to upgrade @angular/core from 7.2.14 to 7.2.15. See this package in NPM: https://www.npmjs.com/package/@angular/core See this project in Snyk: https://app.snyk.io/org/kingjon3377-github-marketplace/project/b9aa23bd-a5b1-4da4-b4bf-ea97bda5b8b1?utm_source=github&utm_medium=upgrade-pr --- 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 4e86e9b..3a01255 100644 --- a/package-lock.json +++ b/package-lock.json @@ -455,9 +455,9 @@ } }, "@angular/core": { - "version": "7.2.14", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-7.2.14.tgz", - "integrity": "sha512-XeZZJCyBKSKo0E/7Ef0SfJejmn+E7uBXa5cR1QapafS0Hnrq/hZu/NI039IDU/51NoycMDH2vTV19SmKu9Mkow==", + "version": "7.2.15", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-7.2.15.tgz", + "integrity": "sha512-XsuYm0jEU/mOqwDOk2utThv8J9kESkAerfuCHClE9rB2TtHUOGCfekF7lJWqjjypu6/J9ygoPFo7hdAE058ZGg==", "requires": { "tslib": "^1.9.0" } diff --git a/package.json b/package.json index c05210a..4e27de4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@angular/animations": "~7.2.0", "@angular/common": "~7.2.0", "@angular/compiler": "~7.2.0", - "@angular/core": "~7.2.0", + "@angular/core": "~7.2.15", "@angular/forms": "~7.2.0", "@angular/platform-browser": "~7.2.0", "@angular/platform-browser-dynamic": "~7.2.0",