From 61378cee47f4e6074ec3d4e5fd17e62e55213360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 04:48:41 +0000 Subject: [PATCH] Bump @angular/core from 8.2.8 to 11.0.5 in /desktop-app Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 8.2.8 to 11.0.5. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/11.0.5/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- desktop-app/package.json | 2 +- desktop-app/yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/desktop-app/package.json b/desktop-app/package.json index 6e2e2fd2..58c323d0 100644 --- a/desktop-app/package.json +++ b/desktop-app/package.json @@ -20,7 +20,7 @@ "@angular/animations": "^8.0.1", "@angular/common": "^8.0.1", "@angular/compiler": "^8.0.1", - "@angular/core": "^8.0.1", + "@angular/core": "^11.0.5", "@angular/forms": "^8.0.1", "@angular/http": "^7.2.15", "@angular/platform-browser": "^8.0.1", diff --git a/desktop-app/yarn.lock b/desktop-app/yarn.lock index 09517499..e418fb2b 100644 --- a/desktop-app/yarn.lock +++ b/desktop-app/yarn.lock @@ -178,11 +178,12 @@ dependencies: tslib "^1.9.0" -"@angular/core@^8.0.1": - version "8.2.8" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-8.2.8.tgz#ed51b122ba62348f1277f4168ab5ea4263e7fe5a" +"@angular/core@^11.0.5": + version "11.0.5" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-11.0.5.tgz#b8c448c3cd4f6dae7327cc1ba4ee2aa29c8dbc26" + integrity sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w== dependencies: - tslib "^1.9.0" + tslib "^2.0.0" "@angular/forms@^8.0.1": version "8.2.8" @@ -6682,6 +6683,11 @@ tslib@1.10.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: version "1.10.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" +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.17.0, tslint@^5.9.1: version "5.20.0" resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.0.tgz#fac93bfa79568a5a24e7be9cdde5e02b02d00ec1"