From aeef8c0ec8ca38536694e9ca1b2d800f4f23cf4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:04:39 +0000 Subject: [PATCH] Bump @angular/core from 10.0.2 to 10.2.5 in /ui Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.0.2 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] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index c443ae4..a96d168 100644 --- a/ui/package.json +++ b/ui/package.json @@ -16,7 +16,7 @@ "@angular/cdk": "^10.0.1", "@angular/common": "~10.0.2", "@angular/compiler": "~10.0.2", - "@angular/core": "~10.0.2", + "@angular/core": "~10.2.5", "@angular/forms": "~10.0.2", "@angular/material": "^10.0.1", "@angular/platform-browser": "~10.0.2", diff --git a/ui/yarn.lock b/ui/yarn.lock index 372ce94..dae541a 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -233,10 +233,10 @@ resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0.tgz#227dc53e1ac81824f998c6e76000b7efc522641e" integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w== -"@angular/core@~10.0.2": - version "10.0.2" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.0.2.tgz#d2d2c2dd4a9e80dcccc63c274f13ab7397ee5a3b" - integrity sha512-r4M1D2NOdkmmFyvYLHRYSIBKTGNXQarZHDZcm5oEq2eTsRVe2u9MYIeOpHKeVQCQK7XKQVB13IZQP3XpUvljFg== +"@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"