From c372494d4af54787b171913c8ce98c09f5b8d750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 01:06:02 +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.1.0 to 17.1.1. - [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.1.1/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 1934d20f..cbc7fde2 100644 --- a/angular-example/package-lock.json +++ b/angular-example/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^17.1.0", "@angular/common": "^17.1.0", - "@angular/compiler": "^17.1.0", + "@angular/compiler": "^17.1.1", "@angular/core": "^17.0.7", "@angular/forms": "^17.1.0", "@angular/platform-browser": "^17.0.9", @@ -400,9 +400,9 @@ } }, "node_modules/@angular/compiler": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.1.0.tgz", - "integrity": "sha512-gF4i/WtPSiSvT4YNasTNnckOxdxuSNwi0EsncrtewwveBcCatjqaXNssUCiF5TgxlC2sKTmsPcMqDJrfX2LMpw==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.1.1.tgz", + "integrity": "sha512-lEQ5YNMJQm2iO2EZbGkwL3SqnxtE2ENfymgbS023F6ACsnP3kKB2DMwOnIbGgQY4+8r4sJFiMAIjEkj5c9kttg==", "dependencies": { "tslib": "^2.3.0" }, @@ -410,7 +410,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.1.0" + "@angular/core": "17.1.1" }, "peerDependenciesMeta": { "@angular/core": { @@ -11818,9 +11818,9 @@ } }, "@angular/compiler": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.1.0.tgz", - "integrity": "sha512-gF4i/WtPSiSvT4YNasTNnckOxdxuSNwi0EsncrtewwveBcCatjqaXNssUCiF5TgxlC2sKTmsPcMqDJrfX2LMpw==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.1.1.tgz", + "integrity": "sha512-lEQ5YNMJQm2iO2EZbGkwL3SqnxtE2ENfymgbS023F6ACsnP3kKB2DMwOnIbGgQY4+8r4sJFiMAIjEkj5c9kttg==", "requires": { "tslib": "^2.3.0" } diff --git a/angular-example/package.json b/angular-example/package.json index 7d29e2c8..59821a8b 100644 --- a/angular-example/package.json +++ b/angular-example/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^17.1.0", "@angular/common": "^17.1.0", - "@angular/compiler": "^17.1.0", + "@angular/compiler": "^17.1.1", "@angular/core": "^17.0.7", "@angular/forms": "^17.1.0", "@angular/platform-browser": "^17.0.9",