From d409bd2443de28ef0471b06e80f51feaf1c14297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 20:07:57 +0000 Subject: [PATCH] chore(deps): bump @angular/core in /heroes.client.ngx-app Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.0.2 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] --- heroes.client.ngx-app/package-lock.json | 14 +++++++------- heroes.client.ngx-app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/heroes.client.ngx-app/package-lock.json b/heroes.client.ngx-app/package-lock.json index 62a535f..e91a768 100644 --- a/heroes.client.ngx-app/package-lock.json +++ b/heroes.client.ngx-app/package-lock.json @@ -1038,9 +1038,9 @@ } }, "@angular/core": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.0.2.tgz", - "integrity": "sha512-r4M1D2NOdkmmFyvYLHRYSIBKTGNXQarZHDZcm5oEq2eTsRVe2u9MYIeOpHKeVQCQK7XKQVB13IZQP3XpUvljFg==", + "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" } @@ -14093,7 +14093,7 @@ }, "minimist": { "version": "0.0.8", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" }, "minimist-options": { @@ -14206,7 +14206,7 @@ }, "mkdirp": { "version": "0.5.1", - "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", "requires": { "minimist": "0.0.8" @@ -17670,7 +17670,7 @@ }, "readable-stream": { "version": "2.3.6", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "requires": { "core-util-is": "~1.0.0", @@ -21491,7 +21491,7 @@ }, "strip-ansi": { "version": "3.0.1", - "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "requires": { "ansi-regex": "^2.0.0" diff --git a/heroes.client.ngx-app/package.json b/heroes.client.ngx-app/package.json index 73edf80..a0acc8b 100644 --- a/heroes.client.ngx-app/package.json +++ b/heroes.client.ngx-app/package.json @@ -20,7 +20,7 @@ "@angular/animations": "~10.0.2", "@angular/common": "~10.0.2", "@angular/compiler": "~10.0.2", - "@angular/core": "~10.0.2", + "@angular/core": "~11.0.5", "@angular/forms": "~10.0.2", "@angular/platform-browser": "~10.0.2", "@angular/platform-browser-dynamic": "~10.0.2",