From 23a2ee2125b648e11d71fb2a906fc425742ed5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 09:00:35 +0000 Subject: [PATCH] build(deps): bump @angular/core from 22.0.7 to 22.1.0 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 22.0.7 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/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 22.1.0 dependency-type: direct:production ... 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 0017106a..a54b5008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^22.0.0", "@angular/common": "^22.0.0", "@angular/compiler": "^22.0.0", - "@angular/core": "^22.0.0", + "@angular/core": "^22.1.0", "@angular/forms": "^22.0.0", "@angular/platform-browser": "^22.0.0", "@angular/platform-browser-dynamic": "^22.0.0", @@ -681,9 +681,9 @@ } }, "node_modules/@angular/core": { - "version": "22.0.7", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.7.tgz", - "integrity": "sha512-A5xKJx5wuuZfeJhShyZvbgicYtT3Jpw/5wJd1cfrcKU+i63CagRIg9jSktTW/e+2hxG1tIQrfKQUGeclmsAUUA==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.1.0.tgz", + "integrity": "sha512-X5UaMuOCI4HAvSQIs3QtM+5e0Cni16DRaHUIL3BIBd4ZQNnSH3pZ25TsKQ8Jlu/3hAQ9rzV278kNQcecooGJ7g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -692,7 +692,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/compiler": "22.0.7", + "@angular/compiler": "22.1.0", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 5701544e..ebea6fee 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@angular/animations": "^22.0.0", "@angular/common": "^22.0.0", "@angular/compiler": "^22.0.0", - "@angular/core": "^22.0.0", + "@angular/core": "^22.1.0", "@angular/forms": "^22.0.0", "@angular/platform-browser": "^22.0.0", "@angular/platform-browser-dynamic": "^22.0.0",