From d46215dca47b8768ccfd9a1dbbff33bcee4bc0b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 02:05:02 +0000 Subject: [PATCH] build(deps): bump @angular/core in /angular-example Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 17.0.3 to 17.0.4. - [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/17.0.4/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- angular-example/package-lock.json | 14 +++++++------- angular-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index 28598f86..ebf22f16 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^17.0.4", "@angular/common": "^17.0.4", "@angular/compiler": "^17.0.4", - "@angular/core": "^17.0.2", + "@angular/core": "^17.0.4", "@angular/forms": "^17.0.4", "@angular/platform-browser": "^17.0.4", "@angular/platform-browser-dynamic": "^17.0.4", @@ -785,9 +785,9 @@ } }, "node_modules/@angular/core": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.0.3.tgz", - "integrity": "sha512-zY4yhPiphuktrodaM+GiP8G07qnUlmwKElLjYazeIR8A+kF51RQRpSf/pWe5M0uJIn5Oja+RdO9kzhDI9QvOcA==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.0.4.tgz", + "integrity": "sha512-zk+z5sYPZd87pLxECx27quB5FvSmoi9PjJlcSlaBwwqaGnh/tPJI14u3q1dRY/CoZgP9egEiwc428+DzvOzJew==", "dependencies": { "tslib": "^2.3.0" }, @@ -12960,9 +12960,9 @@ } }, "@angular/core": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.0.3.tgz", - "integrity": "sha512-zY4yhPiphuktrodaM+GiP8G07qnUlmwKElLjYazeIR8A+kF51RQRpSf/pWe5M0uJIn5Oja+RdO9kzhDI9QvOcA==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-17.0.4.tgz", + "integrity": "sha512-zk+z5sYPZd87pLxECx27quB5FvSmoi9PjJlcSlaBwwqaGnh/tPJI14u3q1dRY/CoZgP9egEiwc428+DzvOzJew==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index 57c54381..4307375c 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^17.0.4", "@angular/common": "^17.0.4", "@angular/compiler": "^17.0.4", - "@angular/core": "^17.0.2", + "@angular/core": "^17.0.4", "@angular/forms": "^17.0.4", "@angular/platform-browser": "^17.0.4", "@angular/platform-browser-dynamic": "^17.0.4",