From 250576288bb4742b7bb4c9b76ad7fe4e00179ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 06:13:25 +0000 Subject: [PATCH] build(deps): bump @angular/core from 10.2.5 to 11.0.5 in /frontend Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.2.5 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] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 66f5563d..a9905393 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "@angular/common": "10.2.5", "@angular/compiler": "10.2.5", "@angular/compiler-cli": "^10.2.5", - "@angular/core": "10.2.5", + "@angular/core": "11.0.5", "@angular/forms": "10.2.5", "@angular/language-service": "^10.2.5", "@angular/platform-browser": "10.2.5", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 2f204a0e..ba304daa 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -201,10 +201,10 @@ dependencies: tslib "^2.0.0" -"@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== +"@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 "^2.0.0"