diff --git a/package.json b/package.json index 7729fd2..309ca8c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/common": "^4.0.0", "@angular/compiler": "^4.0.0", - "@angular/core": "^4.0.0", + "@angular/core": "^11.0.5", "@angular/forms": "^4.0.0", "@angular/http": "^4.0.0", "@angular/platform-browser": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 578d47a..2ffec26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -82,9 +82,11 @@ version "4.1.2" resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.1.2.tgz#09542381162fd8dd962d84559498ce69a05071ea" -"@angular/core@^4.0.0": - version "4.1.2" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.1.2.tgz#37b5c040b9dd37003499aea04319d699e3870596" +"@angular/core@^11.0.5": + version "11.0.5" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.5.tgz#b8c448c3cd4f6dae7327cc1ba4ee2aa29c8dbc26" + dependencies: + tslib "^2.0.0" "@angular/forms@^4.0.0": version "4.1.2" @@ -4842,6 +4844,10 @@ tsickle@^0.21.0: source-map "^0.5.6" source-map-support "^0.4.2" +tslib@^2.0.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + tslint@~4.5.0: version "4.5.1" resolved "https://registry.yarnpkg.com/tslint/-/tslint-4.5.1.tgz#05356871bef23a434906734006fc188336ba824b"