From 8f11fea4736fdb4836ff83542632c9349e3e0a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:18:24 +0000 Subject: [PATCH] chore(deps): bump @angular/core from 22.0.0 to 22.0.1 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) 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/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 22.0.1 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 46b5e79..a50487f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/common": "^22.0.0", "@angular/compiler": "^22.0.0", - "@angular/core": "^22.0.0", + "@angular/core": "^22.0.1", "@angular/forms": "^22.0.0", "@angular/platform-browser": "^22.0.0", "@angular/router": "^22.0.0", @@ -1433,9 +1433,9 @@ } }, "node_modules/@angular/core": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.0.tgz", - "integrity": "sha512-H4lzunB+LUNylQ3hZGYWDz1NfNAdFzPdOadwuS6VpPyxF4Ti0MLyAfx7NDnyTrmdY2/PFx8I6jXrveNlIsORXg==", + "version": "22.0.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.1.tgz", + "integrity": "sha512-Sk0fz+LR2q6QhJJtCV9ElN1GzoEX6lOB4difMqpOC0yRh/ue+9iKd+x3RRiL4p+dnAiRLQYAKqsXkYlqUm2SMg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1444,7 +1444,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/compiler": "22.0.0", + "@angular/compiler": "22.0.1", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0 || ~0.16.0" }, diff --git a/package.json b/package.json index 698ecea..94fa497 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@angular/common": "^22.0.0", "@angular/compiler": "^22.0.0", - "@angular/core": "^22.0.0", + "@angular/core": "^22.0.1", "@angular/forms": "^22.0.0", "@angular/platform-browser": "^22.0.0", "@angular/router": "^22.0.0",