From 57796824e0c4338aff97532d4fb3e958740560bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 05:29:14 +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.9. - [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.9/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 | 18 +++++++++--------- examples/my-ngsw-app/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/my-ngsw-app/package-lock.json b/examples/my-ngsw-app/package-lock.json index d7b201c3..f6af7e5d 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.9", "@angular/core": "^16.2.0", "@angular/forms": "^16.2.0", "@angular/platform-browser": "^16.2.0", @@ -53,6 +53,7 @@ "dependencies": { "@angular-devkit/architect": "^0.1602.0", "@angular-devkit/core": "^16.2.0", + "mustache": "^4.2.0", "typescript": "~5.1.6", "webpack": "^5.79.0" }, @@ -66,7 +67,6 @@ "copyfiles": "^2.4.1", "eslint": "^8.30.0", "jest": "^29.3.1", - "mustache": "^4.2.0", "rimraf": "^5.0.0", "ts-jest": "^29.0.3" } @@ -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.9", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.9.tgz", + "integrity": "sha512-lh799pnbdvzTVShJHOY1JC6c1pwBsZC4UIgB3Itklo9dskGybQma/gP+lE6RhqM4FblNfaaBXGlCMUuY8HkmEQ==", "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.9" }, "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.9", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.9.tgz", + "integrity": "sha512-lh799pnbdvzTVShJHOY1JC6c1pwBsZC4UIgB3Itklo9dskGybQma/gP+lE6RhqM4FblNfaaBXGlCMUuY8HkmEQ==", "requires": { "tslib": "^2.3.0" } diff --git a/examples/my-ngsw-app/package.json b/examples/my-ngsw-app/package.json index e47737a9..863adf9c 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.9", "@angular/core": "^16.2.0", "@angular/forms": "^16.2.0", "@angular/platform-browser": "^16.2.0",