From 808e7695fda7d794d1fd66674b4c38ea2becf1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 07:44:19 +0000 Subject: [PATCH] Bump @angular/compiler from 14.2.5 to 18.0.3 in /partTwo Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 14.2.5 to 18.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/18.0.3/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- partTwo/package-lock.json | 18 +++++++++--------- partTwo/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/partTwo/package-lock.json b/partTwo/package-lock.json index 9601fad..f3637ba 100644 --- a/partTwo/package-lock.json +++ b/partTwo/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^14.2.5", "@angular/cdk": "^14.2.4", "@angular/common": "^14.2.5", - "@angular/compiler": "^14.2.5", + "@angular/compiler": "^18.0.3", "@angular/core": "^14.2.5", "@angular/forms": "^14.2.5", "@angular/material": "^14.2.4", @@ -425,17 +425,17 @@ } }, "node_modules/@angular/compiler": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.5.tgz", - "integrity": "sha512-L7d2/D6o9wlB2ugqRYpev6a8JntqS+7lF2o6z8y7RR2YAlAu71nq0BDsQez4/aSCK3HnDq0yhEnns7vcmOq/jA==", + "version": "18.0.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.0.3.tgz", + "integrity": "sha512-wrXxgBsZX4yTrj/oZ8PDGmvhqj9S2TZfcuivaUitprNC2uBWTVb1UcOS45Qw9YlLB0sYa2AmBudICDqYpb8lfw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "14.2.5" + "@angular/core": "18.0.3" }, "peerDependenciesMeta": { "@angular/core": { @@ -25633,9 +25633,9 @@ } }, "@angular/compiler": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.5.tgz", - "integrity": "sha512-L7d2/D6o9wlB2ugqRYpev6a8JntqS+7lF2o6z8y7RR2YAlAu71nq0BDsQez4/aSCK3HnDq0yhEnns7vcmOq/jA==", + "version": "18.0.3", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.0.3.tgz", + "integrity": "sha512-wrXxgBsZX4yTrj/oZ8PDGmvhqj9S2TZfcuivaUitprNC2uBWTVb1UcOS45Qw9YlLB0sYa2AmBudICDqYpb8lfw==", "requires": { "tslib": "^2.3.0" } diff --git a/partTwo/package.json b/partTwo/package.json index 81aa618..59bf4c7 100644 --- a/partTwo/package.json +++ b/partTwo/package.json @@ -15,7 +15,7 @@ "@angular/animations": "^14.2.5", "@angular/cdk": "^14.2.4", "@angular/common": "^14.2.5", - "@angular/compiler": "^14.2.5", + "@angular/compiler": "^18.0.3", "@angular/core": "^14.2.5", "@angular/forms": "^14.2.5", "@angular/material": "^14.2.4",