From 0e2da8a40291d056f2e21f93e39c1b08218b705e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 01:26:49 +0000 Subject: [PATCH] build(deps): bump @angular/compiler in /angular-example Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 17.0.5 to 17.0.6. - [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.6/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- angular-example/package-lock.json | 16 ++++++++-------- angular-example/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/angular-example/package-lock.json b/angular-example/package-lock.json index 9f8ed5b0..d3f3c8ce 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^17.0.4", "@angular/common": "^17.0.5", - "@angular/compiler": "^17.0.5", + "@angular/compiler": "^17.0.6", "@angular/core": "^17.0.4", "@angular/forms": "^17.0.5", "@angular/platform-browser": "^17.0.5", @@ -402,9 +402,9 @@ } }, "node_modules/@angular/compiler": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.5.tgz", - "integrity": "sha512-V6LnX/B2YXpzXeNWavtX/XPNUnWrVUFpiOniKqHYhAxXnibhyXL9DRsyVs8QbKgIcPPcQeJMHdAjklCWJsePvg==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.6.tgz", + "integrity": "sha512-PaCNnlPcL0rvByKCBUUyLWkKJYXOrcfKlYYvcacjOzEUgZeEpekG81hMRb9u/Pz+A+M4HJSTmdgzwGP35zo8qw==", "dependencies": { "tslib": "^2.3.0" }, @@ -412,7 +412,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.5" + "@angular/core": "17.0.6" }, "peerDependenciesMeta": { "@angular/core": { @@ -12069,9 +12069,9 @@ } }, "@angular/compiler": { - "version": "17.0.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.5.tgz", - "integrity": "sha512-V6LnX/B2YXpzXeNWavtX/XPNUnWrVUFpiOniKqHYhAxXnibhyXL9DRsyVs8QbKgIcPPcQeJMHdAjklCWJsePvg==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.6.tgz", + "integrity": "sha512-PaCNnlPcL0rvByKCBUUyLWkKJYXOrcfKlYYvcacjOzEUgZeEpekG81hMRb9u/Pz+A+M4HJSTmdgzwGP35zo8qw==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index d9df995f..e635debe 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^17.0.4", "@angular/common": "^17.0.5", - "@angular/compiler": "^17.0.5", + "@angular/compiler": "^17.0.6", "@angular/core": "^17.0.4", "@angular/forms": "^17.0.5", "@angular/platform-browser": "^17.0.5",