diff --git a/osb-dashboard/package.json b/osb-dashboard/package.json index 0f808ef..2d6067d 100644 --- a/osb-dashboard/package.json +++ b/osb-dashboard/package.json @@ -45,7 +45,7 @@ "dependencies": { "@angular/common": "^4.1.3", "@angular/compiler": "^4.1.3", - "@angular/core": "^4.1.3", + "@angular/core": "^11.0.5", "@angular/forms": "^4.1.3", "@angular/http": "^4.1.3", "@angular/platform-browser": "^4.1.3", diff --git a/osb-dashboard/yarn.lock b/osb-dashboard/yarn.lock index 622b6ff..a7c9c9e 100644 --- a/osb-dashboard/yarn.lock +++ b/osb-dashboard/yarn.lock @@ -86,11 +86,11 @@ dependencies: tslib "^1.7.1" -"@angular/core@^4.1.3": - version "4.2.3" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.2.3.tgz#ab7329c18d4fd305872b82718ffae3e76e4d4549" +"@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.7.1" + tslib "^2.0.0" "@angular/forms@^4.1.3": version "4.2.3" @@ -4992,6 +4992,10 @@ tslib@^1.7.1: version "1.7.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec" +tslib@^2.0.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + tslint@^5.4.2: version "5.4.3" resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.4.3.tgz#761c8402b80e347b7733a04390a757b253580467"