From 5f41532a972da71f52ee98bac7bb2d13aec75661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:21:03 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/common from 22.1.0 to 22.1.1 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 22.1.0 to 22.1.1. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/v22.1.1/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v22.1.1/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 22.1.1 dependency-type: direct:development ... 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 f2421b520..82c139067 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@angular-devkit/build-angular": "22.1.6", "@angular/animations": "22.1.0", "@angular/cli": "22.1.2", - "@angular/common": "22.1.0", + "@angular/common": "22.1.1", "@angular/compiler": "22.1.0", "@angular/compiler-cli": "22.0.6", "@angular/core": "22.1.0", @@ -2617,9 +2617,9 @@ } }, "node_modules/@angular/common": { - "version": "22.1.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-22.1.0.tgz", - "integrity": "sha512-67L8AS00egxwEKnoMhNDxy+TY+eKOwvwa+os0Odq8nLm7+Qh7JnMVeub8hfncpenOFqlC/RUjO2W9H7Gd2veNA==", + "version": "22.1.1", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-22.1.1.tgz", + "integrity": "sha512-5iiyPWqO3acpOPMcJWYtVbXF5z9wy43MFQQdd7wZPHfYOIC7c3KRnziWrRpELae+SkEB4srAYr6XIu9rQ743nw==", "dev": true, "license": "MIT", "dependencies": { @@ -2629,7 +2629,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/core": "22.1.0", + "@angular/core": "22.1.1", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index fa7136820..fb7544c9b 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@angular-devkit/build-angular": "22.1.6", "@angular/animations": "22.1.0", "@angular/cli": "22.1.2", - "@angular/common": "22.1.0", + "@angular/common": "22.1.1", "@angular/compiler": "22.1.0", "@angular/compiler-cli": "22.0.6", "@angular/core": "22.1.0",