From 6b78c99221fe0087e462bfb69180c305265223c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 01:17:50 +0000 Subject: [PATCH] Bump @angular/core from 8.2.8 to 10.2.5 in /desktop-app Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 8.2.8 to 10.2.5. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/10.2.5/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/10.2.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 | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/desktop-app/package.json b/desktop-app/package.json index efb9433a..78b898bf 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": "^10.2.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 175a60b0..91d7e343 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@^10.2.5": + version "10.2.5" + resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.2.5.tgz#2050b0dbb180aa98c2ec46bba6d4827565ba2a2d" + integrity sha512-krhOKNTj5XE92Rk9ASX5KmgTF72j7qT2PLVxrGEVjuUKjBY2XaK3TV0Kotq9zI3qa9WgeCrP/Njn6jlKQCCAEQ== dependencies: - tslib "^1.9.0" + tslib "^2.0.0" "@angular/forms@^8.0.1": version "8.2.8" @@ -2374,7 +2375,6 @@ debug@*, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3, debug@~4.3.1, debug@~4.3.2: version "4.3.4" resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== - dependencies: ms "2.1.2" @@ -6798,6 +6798,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.6.2" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" + integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== + tslint@^5.17.0, tslint@^5.9.1: version "5.20.0" resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.0.tgz#fac93bfa79568a5a24e7be9cdde5e02b02d00ec1"