From 8ab289923b5ce8e86347b60b5dd4637ade72d72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 23:51:17 +0000 Subject: [PATCH] Bump @angular/core from 9.1.13 to 11.0.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 9.1.13 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:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e7f0d54..4a3348a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@angular/common": "~9.1.13", "@angular/compiler": "~9.1.13", "@angular/compiler-cli": "~9.1.13", - "@angular/core": "~9.1.13", + "@angular/core": "~11.0.5", "@angular/forms": "~9.1.13", "@angular/language-service": "~9.1.13", "@angular/platform-browser": "~9.1.13", diff --git a/yarn.lock b/yarn.lock index 42a2ca6..146af45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -184,10 +184,12 @@ resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.1.13.tgz#ec835a4ccae80d90cc163ce84da026407c63ad89" integrity sha512-9MLB1Xx7odKuxDoybVwiOB1ZEUZpL8FurYm4RVuW39ntsUt0IMC9Hb8UagZLTAWhaWSHydkD/KBQVVobGqd0lA== -"@angular/core@~9.1.13": - version "9.1.13" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.13.tgz#a87bc5a7926a50aec0bfcead769078bc7f1b93fa" - integrity sha512-mBm24Q9GjkAsxMAzqQ86U1078+yTEpr0+syMEruUtJ0HUH6Fzn3J+6xTLb+BVcGb9RkCkFaV9T5mcn6ZM0f++g== +"@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" "@angular/forms@~9.1.13": version "9.1.13"