From 9b2b7a57d01b127f8bd3379fefc8c572cb1c2737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:54:56 +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 17.0.1 to 17.0.3. - [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.3/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 b5eefb34..405dc278 100644 --- a/examples/my-ngsw-app/package-lock.json +++ b/examples/my-ngsw-app/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^17.0.1", "@angular/common": "^17.0.1", - "@angular/compiler": "^17.0.1", + "@angular/compiler": "^17.0.3", "@angular/core": "^17.0.1", "@angular/forms": "^17.0.1", "@angular/platform-browser": "^17.0.1", @@ -40,7 +40,7 @@ "typescript": "~5.2.2" }, "engines": { - "node": ">=16", + "node": ">=18", "npm": ">=6.14.11", "yarn": "please-use-npm" } @@ -764,9 +764,9 @@ } }, "node_modules/@angular/compiler": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.1.tgz", - "integrity": "sha512-qlKqCvjoxPHJ1e8+UMaBl/n9zzrmGXI5eWMVhULSvQnQvPWkwNlUh5XFeoSFcTEQxORjaO2/08Z31DmTJAqlPA==", + "version": "17.0.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.3.tgz", + "integrity": "sha512-ryUcj8Vc+Q4jMrjrmsEIsGLXeWSmNE/KoTyURPCH+NWq9GBMbjv4oe0/oFSBMN2ZtRMVCvqv2Nq+Z2KRDRGB0A==", "dependencies": { "tslib": "^2.3.0" }, @@ -774,7 +774,7 @@ "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "17.0.1" + "@angular/core": "17.0.3" }, "peerDependenciesMeta": { "@angular/core": { @@ -13481,9 +13481,9 @@ } }, "@angular/compiler": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.1.tgz", - "integrity": "sha512-qlKqCvjoxPHJ1e8+UMaBl/n9zzrmGXI5eWMVhULSvQnQvPWkwNlUh5XFeoSFcTEQxORjaO2/08Z31DmTJAqlPA==", + "version": "17.0.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.3.tgz", + "integrity": "sha512-ryUcj8Vc+Q4jMrjrmsEIsGLXeWSmNE/KoTyURPCH+NWq9GBMbjv4oe0/oFSBMN2ZtRMVCvqv2Nq+Z2KRDRGB0A==", "requires": { "tslib": "^2.3.0" } diff --git a/examples/my-ngsw-app/package.json b/examples/my-ngsw-app/package.json index d22f1b2c..d54bf5d5 100644 --- a/examples/my-ngsw-app/package.json +++ b/examples/my-ngsw-app/package.json @@ -20,7 +20,7 @@ "dependencies": { "@angular/animations": "^17.0.1", "@angular/common": "^17.0.1", - "@angular/compiler": "^17.0.1", + "@angular/compiler": "^17.0.3", "@angular/core": "^17.0.1", "@angular/forms": "^17.0.1", "@angular/platform-browser": "^17.0.1",