From ac86917f25f734cef790bf0cb84cff20bf0d5572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:29:53 +0000 Subject: [PATCH] chore(deps): bump @angular/common from 22.0.6 to 22.1.1 in /ui Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 22.0.6 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:production ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 10 +++++----- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 8b69bfe7..3009366e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -8,7 +8,7 @@ "name": "psfs-ui", "version": "0.0.0", "dependencies": { - "@angular/common": "22.0.6", + "@angular/common": "22.1.1", "@angular/compiler": "22.0.6", "@angular/core": "22.0.6", "@angular/forms": "^22.0.6", @@ -463,9 +463,9 @@ } }, "node_modules/@angular/common": { - "version": "22.0.6", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-22.0.6.tgz", - "integrity": "sha512-+sC0W0FWGeZ/HKUhueCBX8kXdFQDlStbUSK6WF/32igfNYR/PdUrp2L5bU7q654yjxnMzFWDAB+Uvzv6YI/cQg==", + "version": "22.1.1", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-22.1.1.tgz", + "integrity": "sha512-5iiyPWqO3acpOPMcJWYtVbXF5z9wy43MFQQdd7wZPHfYOIC7c3KRnziWrRpELae+SkEB4srAYr6XIu9rQ743nw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -474,7 +474,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/core": "22.0.6", + "@angular/core": "22.1.1", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/ui/package.json b/ui/package.json index 1ce79779..a378d7a3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -20,7 +20,7 @@ "test:e2e:static": "sh scripts/run-static-e2e.sh" }, "dependencies": { - "@angular/common": "22.0.6", + "@angular/common": "22.1.1", "@angular/compiler": "22.0.6", "@angular/core": "22.0.6", "@angular/forms": "^22.0.6",