From 286ea9882811d4fa8731aaf584049fb7a3058a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 05:20:29 +0000 Subject: [PATCH] Bump @angular/core from 10.2.3 to 10.2.5 in /xCore.UI Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.2.3 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:development ... Signed-off-by: dependabot[bot] --- xCore.UI/package.json | 2 +- xCore.UI/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xCore.UI/package.json b/xCore.UI/package.json index d4a6478..3437ff1 100644 --- a/xCore.UI/package.json +++ b/xCore.UI/package.json @@ -115,7 +115,7 @@ "@angular/common": "10.2.3", "@angular/compiler": "10.2.3", "@angular/compiler-cli": "10.2.3", - "@angular/core": "10.2.3", + "@angular/core": "10.2.5", "@angular/forms": "10.2.3", "@angular/language-service": "10.2.3", "@angular/platform-browser": "10.2.3", diff --git a/xCore.UI/yarn.lock b/xCore.UI/yarn.lock index 88fee6e..45462de 100644 --- a/xCore.UI/yarn.lock +++ b/xCore.UI/yarn.lock @@ -336,10 +336,10 @@ resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5" integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ== -"@angular/core@10.2.3": - version "10.2.3" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.2.3.tgz#89469c537b304532d6aa8dbb2ea4e1e2ed90e7a6" - integrity sha512-mE6nLpul/IJllk0VYrlrP69n0P7JPz+BHYAVobwO5+0EGO65ieTD18DxzfEt4eQgthnM3VQwSZxjW4n9Y1p/dQ== +"@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 "^2.0.0"