diff --git a/package.json b/package.json index c7584ab..b44ed5c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@angular/animations": "^6.1.0", "@angular/common": "^6.1.0", "@angular/compiler": "^6.1.0", - "@angular/core": "^6.1.0", + "@angular/core": "^11.0.5", "@angular/forms": "^6.1.0", "@angular/http": "^6.1.0", "@angular/platform-browser": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index 6e07419..e7ba66c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -147,11 +147,11 @@ dependencies: tslib "^1.9.0" -"@angular/core@^6.1.0": - version "6.1.6" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.1.6.tgz#130758ad49cad5f6f075693f6496bbc7d510db3b" +"@angular/core@^11.0.5": + version "11.0.5" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.5.tgz#b8c448c3cd4f6dae7327cc1ba4ee2aa29c8dbc26" dependencies: - tslib "^1.9.0" + tslib "^2.0.0" "@angular/forms@^6.1.0": version "6.1.6" @@ -6223,6 +6223,10 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: version "1.9.3" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" +tslib@^2.0.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + tslint@~5.9.1: version "5.9.1" resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"