From 9208126cd020ae8e31ab1c014f6e9009b34aea05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 19:15:05 +0000 Subject: [PATCH] Bump @angular/core from 5.1.0 to 11.0.5 in /crnk-client-angular-ngrx Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 5.1.0 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] --- crnk-client-angular-ngrx/package-lock.json | 17 +++++++++++++---- crnk-client-angular-ngrx/package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/crnk-client-angular-ngrx/package-lock.json b/crnk-client-angular-ngrx/package-lock.json index fa7962cbc..116469773 100644 --- a/crnk-client-angular-ngrx/package-lock.json +++ b/crnk-client-angular-ngrx/package-lock.json @@ -29,10 +29,13 @@ "dev": true }, "@angular/core": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-5.1.0.tgz", - "integrity": "sha512-duObjve+INoz4wWuqcaJzl1isUyI37RtRblTFXgZBp2n2n0nXJq1CubcfgxQhMMR2d64xWLKg9+d34PvnzaMmg==", - "dev": true + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", + "dev": true, + "requires": { + "tslib": "^2.0.0" + } }, "@angular/forms": { "version": "5.1.0", @@ -299,6 +302,12 @@ "integrity": "sha1-2IzL3UavKQy9uX1dgFXlJFP6vi0=", "dev": true }, + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true + }, "tslint": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/tslint/-/tslint-4.4.2.tgz", diff --git a/crnk-client-angular-ngrx/package.json b/crnk-client-angular-ngrx/package.json index 9bb1c76e2..fd15056e3 100644 --- a/crnk-client-angular-ngrx/package.json +++ b/crnk-client-angular-ngrx/package.json @@ -30,7 +30,7 @@ "@angular/common": "5.1.0", "@angular/compiler": "5.1.0", "@angular/compiler-cli": "5.1.0", - "@angular/core": "5.1.0", + "@angular/core": "11.0.5", "@angular/forms": "5.1.0", "@angular/http": "5.1.0", "@angular/platform-browser": "5.1.0",