diff --git a/package-lock.json b/package-lock.json index 76295a4..dac1d1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -459,9 +459,19 @@ } }, "@angular/core": { - "version": "10.0.0-next.4", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.0.0-next.4.tgz", - "integrity": "sha512-6FvV06N7CKQA2knmk4m+7UWcUiz5Jljbo5V98RoYN0y5xbcLKJKlM3dNx7wSgtsXHguNfGcXMAu9I++zepgCzw==" + "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": "10.0.0-next.4", diff --git a/package.json b/package.json index 2501b0e..2043260 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@angular/cdk": "^9.2.0-next.0", "@angular/common": "~10.0.0-next.4", "@angular/compiler": "~10.0.0-next.4", - "@angular/core": "~10.0.0-next.4", + "@angular/core": "~11.0.5", "@angular/forms": "~10.0.0-next.4", "@angular/material": "^9.2.0-next.0", "@angular/platform-browser": "~10.0.0-next.4",