diff --git a/package-lock.json b/package-lock.json index fb902f7..31396a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/common": "^10.1.6", "@angular/compiler": "^10.1.6", - "@angular/core": "^10.1.6", + "@angular/core": "^10.2.5", "@angular/forms": "^10.1.6", "@angular/platform-browser": "^10.1.6", "@angular/platform-browser-dynamic": "^10.1.6", @@ -183,9 +183,9 @@ } }, "node_modules/@angular/core": { - "version": "10.1.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.1.6.tgz", - "integrity": "sha512-sUleQouCedT87VOCb49T7cm6La2VeJg1omtO5+QfjWmifNcQ/nqV56Zxov3RT7CmsVwVbkA0X5Q62oSEPAUXrw==", + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.2.5.tgz", + "integrity": "sha512-krhOKNTj5XE92Rk9ASX5KmgTF72j7qT2PLVxrGEVjuUKjBY2XaK3TV0Kotq9zI3qa9WgeCrP/Njn6jlKQCCAEQ==", "license": "MIT", "dependencies": { "tslib": "^2.0.0" diff --git a/package.json b/package.json index 5a73c28..47c20d8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@angular/common": "^10.1.6", "@angular/compiler": "^10.1.6", - "@angular/core": "^10.1.6", + "@angular/core": "^10.2.5", "@angular/forms": "^10.1.6", "@angular/platform-browser": "^10.1.6", "@angular/platform-browser-dynamic": "^10.1.6",