diff --git a/views/package-lock.json b/views/package-lock.json index 8e3f8d3..9551738 100644 --- a/views/package-lock.json +++ b/views/package-lock.json @@ -401,9 +401,9 @@ } }, "@angular/core": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.0.2.tgz", - "integrity": "sha512-r4M1D2NOdkmmFyvYLHRYSIBKTGNXQarZHDZcm5oEq2eTsRVe2u9MYIeOpHKeVQCQK7XKQVB13IZQP3XpUvljFg==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", "requires": { "tslib": "^2.0.0" } diff --git a/views/package.json b/views/package.json index 6d06af1..9b4e3f7 100644 --- a/views/package.json +++ b/views/package.json @@ -15,7 +15,7 @@ "@angular/cdk": "^10.0.1", "@angular/common": "~10.0.2", "@angular/compiler": "~10.0.2", - "@angular/core": "~10.0.2", + "@angular/core": "~11.0.5", "@angular/forms": "~10.0.2", "@angular/localize": "^10.0.2", "@angular/material": "^10.0.1",