diff --git a/webui/package.json b/webui/package.json index 370f0d40ac..c73f051083 100644 --- a/webui/package.json +++ b/webui/package.json @@ -19,7 +19,7 @@ "@angular/animations": "^5.2.0", "@angular/common": "^5.2.0", "@angular/compiler": "^5.2.0", - "@angular/core": "^5.2.0", + "@angular/core": "^10.2.5", "@angular/forms": "^5.2.0", "@angular/http": "^5.2.0", "@angular/platform-browser": "^5.2.0", diff --git a/webui/yarn.lock b/webui/yarn.lock index 46117b48dd..dfde229a29 100644 --- a/webui/yarn.lock +++ b/webui/yarn.lock @@ -119,11 +119,11 @@ dependencies: tslib "^1.7.1" -"@angular/core@^5.2.0": - version "5.2.7" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.7.tgz#e5607fc39d90f9fe4fbaaeeeb6cdb9371966bfe3" +"@angular/core@^10.2.5": + version "10.2.5" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.2.5.tgz#2050b0dbb180aa98c2ec46bba6d4827565ba2a2d" dependencies: - tslib "^1.7.1" + tslib "^2.0.0" "@angular/forms@^5.2.0": version "5.2.7" @@ -6670,6 +6670,10 @@ tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1: version "1.9.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8" +tslib@^2.0.0: + version "2.6.2" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" + tslint@~5.9.1: version "5.9.1" resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"