From 1a5cfe4cc226ae49370f88879655ba2b34eace31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 04:02:05 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/core in /ti-angular-example 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:development ... Signed-off-by: dependabot[bot] --- ti-angular-example/package-lock.json | 38 ++++++++++++++++++++++------ ti-angular-example/package.json | 2 +- 2 files changed, 31 insertions(+), 9 deletions(-) diff --git a/ti-angular-example/package-lock.json b/ti-angular-example/package-lock.json index b459e75..7df96ac 100644 --- a/ti-angular-example/package-lock.json +++ b/ti-angular-example/package-lock.json @@ -67,10 +67,21 @@ } }, "@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==", - "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" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true + } + } }, "@angular/platform-browser": { "version": "9.1.12", @@ -4055,10 +4066,21 @@ } }, "zone.js": { - "version": "0.10.3", - "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.10.3.tgz", - "integrity": "sha512-LXVLVEq0NNOqK/fLJo3d0kfzd4sxwn2/h67/02pjCjfKDxgx1i9QqpvtHD8CrBnSSwMw5+dy11O7FRX5mkO7Cg==", - "dev": true + "version": "0.11.5", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.5.tgz", + "integrity": "sha512-D1/7VxEuQ7xk6z/kAROe4SUbd9CzxY4zOwVGnGHerd/SgLIVU5f4esDzQUsOCeArn933BZfWMKydH7l7dPEp0g==", + "dev": true, + "requires": { + "tslib": "^2.3.0" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true + } + } } } } diff --git a/ti-angular-example/package.json b/ti-angular-example/package.json index ceeebec..9cde6fc 100644 --- a/ti-angular-example/package.json +++ b/ti-angular-example/package.json @@ -14,7 +14,7 @@ "@angular/common": "~9.1.0", "@angular/compiler": "~9.1.0", "@angular/compiler-cli": "~9.1.0", - "@angular/core": "~9.1.0", + "@angular/core": "~11.0.5", "@angular/platform-browser": "~9.1.0", "@angular/platform-browser-dynamic": "~9.1.0", "@angular/router": "~9.1.0",