From aecd58d421e1fb48fe6d294b15a3309fd468a216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 19:59:00 +0000 Subject: [PATCH] Bump @angular/compiler in /openalprwebhookprocessor.client Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.1 to 22.0.0. - [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.0/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- openalprwebhookprocessor.client/package-lock.json | 10 +++++----- openalprwebhookprocessor.client/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openalprwebhookprocessor.client/package-lock.json b/openalprwebhookprocessor.client/package-lock.json index bf055159..a8da0732 100644 --- a/openalprwebhookprocessor.client/package-lock.json +++ b/openalprwebhookprocessor.client/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.1", "@angular/cdk": "^21.2.1", "@angular/common": "^21.2.1", - "@angular/compiler": "^21.2.1", + "@angular/compiler": "^22.0.0", "@angular/core": "^21.2.1", "@angular/forms": "^21.2.1", "@angular/material": "^21.2.1", @@ -635,15 +635,15 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.1.tgz", - "integrity": "sha512-FxWaSaii1vfHIFA+JksqQ8NGB2frfqCrs7Ju50a44kbwR4fmanfn/VsiS/CbwBp9vcyT/Br9X/jAG4RuK/U2nw==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.0.tgz", + "integrity": "sha512-g8Ab5Lcji2cxADfcPPM7kltEzSlCjUevPK3udm+3S5uhkTcLNH236/XCAwhD1XIgHQDv9p7FWm1xS7zkvbwXhA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/openalprwebhookprocessor.client/package.json b/openalprwebhookprocessor.client/package.json index 68577830..9994535e 100644 --- a/openalprwebhookprocessor.client/package.json +++ b/openalprwebhookprocessor.client/package.json @@ -20,7 +20,7 @@ "@angular/animations": "^21.2.1", "@angular/cdk": "^21.2.1", "@angular/common": "^21.2.1", - "@angular/compiler": "^21.2.1", + "@angular/compiler": "^22.0.0", "@angular/core": "^21.2.1", "@angular/forms": "^21.2.1", "@angular/material": "^21.2.1",