From 5232a9b819beff26b21f35e715738b3a83b3017e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:09:55 +0000 Subject: [PATCH] Bump @angular/compiler from 18.0.2 to 18.0.3 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 18.0.2 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-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b45c1c5..5e279ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^18.0.2", "@angular/common": "^18.0.2", - "@angular/compiler": "^18.0.2", + "@angular/compiler": "^18.0.3", "@angular/core": "^18.0.2", "@angular/forms": "^18.0.2", "@angular/platform-browser": "^18.0.2", @@ -477,9 +477,9 @@ } }, "node_modules/@angular/compiler": { - "version": "18.0.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.0.2.tgz", - "integrity": "sha512-9PKi++yKq3SvsTteZAhAJsiueEWzl64SpIBwooWRaSav6Jfl9Y2+b46SXTdAIuNdcGNW7ZeDZbPK3RPtxsROrA==", + "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" }, @@ -487,7 +487,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.0.2" + "@angular/core": "18.0.3" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/package.json b/package.json index 9b00cab..cf0b840 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^18.0.2", "@angular/common": "^18.0.2", - "@angular/compiler": "^18.0.2", + "@angular/compiler": "^18.0.3", "@angular/core": "^18.0.2", "@angular/forms": "^18.0.2", "@angular/platform-browser": "^18.0.2",