From 18da0eb0583dba2ba41e9407077ca7e22fe33843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 06:05:54 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler in /examples/my-ngsw-app Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 16.2.0 to 16.2.10. - [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/16.2.10/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/my-ngsw-app/package-lock.json | 16 ++++++++-------- examples/my-ngsw-app/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/my-ngsw-app/package-lock.json b/examples/my-ngsw-app/package-lock.json index 6a2b016a..1b073dc0 100644 --- a/examples/my-ngsw-app/package-lock.json +++ b/examples/my-ngsw-app/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^16.2.0", "@angular/common": "^16.2.0", - "@angular/compiler": "^16.2.0", + "@angular/compiler": "^16.2.10", "@angular/core": "^16.2.0", "@angular/forms": "^16.2.0", "@angular/platform-browser": "^16.2.0", @@ -777,9 +777,9 @@ } }, "node_modules/@angular/compiler": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.0.tgz", - "integrity": "sha512-Ai0CKRUDlMY6iFCeoRsC+soVFTU7eyMDmNzeakdmNvGYMdLdjH8WvgaNukesi6WX7YBIQIKTPJVral8fXBQroQ==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.10.tgz", + "integrity": "sha512-ty6SfqkZlV2bLU/SSi3wmxrEFgPrK+WVslCNIr3FlTnCBdqpIbadHN2QB3A1d9XaNc7c4Tq5DQKh34cwMwNbuw==", "dependencies": { "tslib": "^2.3.0" }, @@ -787,7 +787,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.0" + "@angular/core": "16.2.10" }, "peerDependenciesMeta": { "@angular/core": { @@ -13279,9 +13279,9 @@ } }, "@angular/compiler": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.0.tgz", - "integrity": "sha512-Ai0CKRUDlMY6iFCeoRsC+soVFTU7eyMDmNzeakdmNvGYMdLdjH8WvgaNukesi6WX7YBIQIKTPJVral8fXBQroQ==", + "version": "16.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.10.tgz", + "integrity": "sha512-ty6SfqkZlV2bLU/SSi3wmxrEFgPrK+WVslCNIr3FlTnCBdqpIbadHN2QB3A1d9XaNc7c4Tq5DQKh34cwMwNbuw==", "requires": { "tslib": "^2.3.0" } diff --git a/examples/my-ngsw-app/package.json b/examples/my-ngsw-app/package.json index 8f527626..cbc0e416 100644 --- a/examples/my-ngsw-app/package.json +++ b/examples/my-ngsw-app/package.json @@ -20,7 +20,7 @@ "dependencies": { "@angular/animations": "^16.2.0", "@angular/common": "^16.2.0", - "@angular/compiler": "^16.2.0", + "@angular/compiler": "^16.2.10", "@angular/core": "^16.2.0", "@angular/forms": "^16.2.0", "@angular/platform-browser": "^16.2.0",