From ea2bc3f2f02309b5e2c6405085adbf333974fb95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:19:21 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/compiler from 22.0.6 to 22.1.0 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 22.0.6 to 22.1.0. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/v22.1.0/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v22.1.0/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 22.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index faef20a84..f2421b520 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@angular/animations": "22.1.0", "@angular/cli": "22.1.2", "@angular/common": "22.1.0", - "@angular/compiler": "22.0.6", + "@angular/compiler": "22.1.0", "@angular/compiler-cli": "22.0.6", "@angular/core": "22.1.0", "@angular/forms": "22.1.0", @@ -2634,9 +2634,9 @@ } }, "node_modules/@angular/compiler": { - "version": "22.0.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.6.tgz", - "integrity": "sha512-iFHsXOA14TsxK4jowmGfogI9Jb0ApL3z8EGTGvKMialqtw088HYjwJP1LT4OlO/wgmjSTq2peZ19jLPuhevNvw==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.1.0.tgz", + "integrity": "sha512-WCmuPnuXgqnqrkbrwqQRyldi1k3rlzNLVDl8ntINF7XWuJh0KfQLEkRK0FCCmBztWJkbGug4RBVnKTWlKhRzCQ==", "dev": true, "license": "MIT", "dependencies": { @@ -18579,9 +18579,9 @@ } }, "node_modules/postcss-safe-parser": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.0.1.tgz", - "integrity": "sha512-0AioNCJZ2DPYz5ABT6bddIqlhgwhpHZ/l65YAYo0BCIn0xiDpsnTHz0gnoTGk0OXZW0JRs+cDwL8u/teRdz+8A==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-7.1.0.tgz", + "integrity": "sha512-1WzZxRLaAFwEh6Do+zyGpjWV3nGJNxxhuh7Ubu/q1ICImMgZJnLwhoaEpRbG4pJppp2Y1ncL9ffA2f+LhrefQg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 782d15197..fa7136820 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@angular/animations": "22.1.0", "@angular/cli": "22.1.2", "@angular/common": "22.1.0", - "@angular/compiler": "22.0.6", + "@angular/compiler": "22.1.0", "@angular/compiler-cli": "22.0.6", "@angular/core": "22.1.0", "@angular/forms": "22.1.0",