From 1ffdfd546f222330b0e72b463aaac5e266be0d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 23:00:00 +0000 Subject: [PATCH] Bump @angular/core from 9.1.12 to 11.0.5 in /angular Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 9.1.12 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] --- angular/package-lock.json | 16 +++++++++++++--- angular/package.json | 2 +- angular/yarn.lock | 15 +++++++++++---- 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/angular/package-lock.json b/angular/package-lock.json index bf0921f..5161edf 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -478,9 +478,19 @@ } }, "@angular/core": { - "version": "9.1.12", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-9.1.12.tgz", - "integrity": "sha512-WVA/eh3fzjx0apOzkKot4YRRUsGkHj50zFQWrAOMgivGaj1YVrvhf+m3hpglj5fn/BkLiFDl8RT0wAE8z9X+gQ==" + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", + "requires": { + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + } + } }, "@angular/forms": { "version": "9.1.12", diff --git a/angular/package.json b/angular/package.json index 5007a30..a5d0ae7 100644 --- a/angular/package.json +++ b/angular/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^9.1.4", "@angular/common": "^9.1.4", "@angular/compiler": "^9.1.4", - "@angular/core": "^9.1.4", + "@angular/core": "^11.0.5", "@angular/forms": "^9.1.4", "@angular/platform-browser": "^9.1.4", "@angular/platform-browser-dynamic": "^9.1.4", diff --git a/angular/yarn.lock b/angular/yarn.lock index d164a11..2924d9d 100644 --- a/angular/yarn.lock +++ b/angular/yarn.lock @@ -176,10 +176,12 @@ resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.1.4.tgz#fe833fc3b74768bdd56b1bdd0010870f38ffaedc" integrity sha512-B+f3lviFNEJtL9V9exSKYPSz2Ddb6dxgPzQR7GSjGikDo+fKMtC1PjNwgJooS9gavhQx30uwkEEMIPYQbM6nNA== -"@angular/core@^9.1.4": - version "9.1.4" - resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.4.tgz#85f5322f42cf8add597fc6b02913e8fc3308c361" - integrity sha512-ND240vncmVD2KVe/KSQU3d/DxxoRipFg1+jFOFZGt0n0orCBHk/V1fu9iaG1sRyldL0+rCQ+fTI+1N4DTmMnxA== +"@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.4": version "9.1.4" @@ -8210,6 +8212,11 @@ tslib@1.11.1, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35" integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA== +tslib@^2.0.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== + tslint@^6.1.2: version "6.1.2" resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.2.tgz#2433c248512cc5a7b2ab88ad44a6b1b34c6911cf"