From 39ff7307c4b848405b92ef554440145867e59c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:26:44 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler from 22.0.0 to 22.0.1 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 22.0.0 to 22.0.1. - [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/v22.0.1/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 22.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46b5e79..02c7d6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/common": "^22.0.0", - "@angular/compiler": "^22.0.0", + "@angular/compiler": "^22.0.1", "@angular/core": "^22.0.0", "@angular/forms": "^22.0.0", "@angular/platform-browser": "^22.0.0", @@ -1388,9 +1388,9 @@ } }, "node_modules/@angular/compiler": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.0.tgz", - "integrity": "sha512-g8Ab5Lcji2cxADfcPPM7kltEzSlCjUevPK3udm+3S5uhkTcLNH236/XCAwhD1XIgHQDv9p7FWm1xS7zkvbwXhA==", + "version": "22.0.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.1.tgz", + "integrity": "sha512-J8lcmYXJCGZn1+CHx3LSgq6rtS5Efc1/Nafcd/v8VZN2NrsFIkIlTbnAIUxcwHwYxzZs4X5CGfX+5ZIB4X9rUw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 698ecea..8bb11b4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@angular/common": "^22.0.0", - "@angular/compiler": "^22.0.0", + "@angular/compiler": "^22.0.1", "@angular/core": "^22.0.0", "@angular/forms": "^22.0.0", "@angular/platform-browser": "^22.0.0",