diff --git a/package.json b/package.json index 9e0eb4cb..41caebf4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@angular/cdk": "~7.1.0", "@angular/common": "^7.0.0", "@angular/compiler": "^7.0.0", - "@angular/core": "^7.0.0", + "@angular/core": "^11.0.0", "@angular/flex-layout": "^7.0.0-beta.19", "@angular/forms": "^7.0.0", "@angular/material": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index 9a31c4ca..a7279447 100644 --- a/yarn.lock +++ b/yarn.lock @@ -192,12 +192,12 @@ dependencies: tslib "^1.9.0" -"@angular/core@^7.0.0": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-7.0.3.tgz#e78e10c932fd6243b99723b76e23135b88e4f861" - integrity sha512-x/OYYykVsi2vrKlYQJ37I8HYAI/s/CtL3Sd9bl87F6AnqLWnnKIxQaofT/ShfAfdP44LQoN5BNp5j+sjs8K4Kg== +"@angular/core@^11.0.0": + version "11.2.14" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.2.14.tgz#3ebe298c79d5413dc670d56b7f503bd4d788d4a8" + integrity sha512-vpR4XqBGitk1Faph37CSpemwIYTmJ3pdIVNoHKP6jLonpWu+0azkchf0f7oD8/2ivj2F81opcIw0tcsy/D/5Vg== dependencies: - tslib "^1.9.0" + tslib "^2.0.0" "@angular/flex-layout@^7.0.0-beta.19": version "7.0.0-beta.19" @@ -7637,6 +7637,11 @@ tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ== +tslib@^2.0.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== + tslint@5.11.0: version "5.11.0" resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.11.0.tgz#98f30c02eae3cde7006201e4c33cb08b48581eed"