diff --git a/agent-frontend/package-lock.json b/agent-frontend/package-lock.json index b29b8c7..3466ae5 100644 --- a/agent-frontend/package-lock.json +++ b/agent-frontend/package-lock.json @@ -517,9 +517,19 @@ } }, "@angular/core": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-9.1.0.tgz", - "integrity": "sha512-RVlyegdIAij0P1wLY5ObIdsBAzvmHkHfElnmfiNKhaDftP6U/3zRtaKDu0bq0jvn1WCQ8zXxFQ8AWyKZwyFS+w==" + "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" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + } + } }, "@angular/forms": { "version": "9.1.0", diff --git a/agent-frontend/package.json b/agent-frontend/package.json index a028524..f45ce1a 100644 --- a/agent-frontend/package.json +++ b/agent-frontend/package.json @@ -15,7 +15,7 @@ "@angular/cdk": "^9.2.4", "@angular/common": "~9.1.0", "@angular/compiler": "~9.1.0", - "@angular/core": "~9.1.0", + "@angular/core": "~11.0.5", "@angular/forms": "~9.1.0", "@angular/localize": "~9.1.0", "@angular/material": "^9.2.4",