From a417770f6e1050c12e488b2ae14d7cdb2d6b73d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:57:48 +0000 Subject: [PATCH] chore(deps): bump @angular/common in /frontend/src/angular Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 22.0.1 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] --- frontend/src/angular/package-lock.json | 16 ++++++++-------- frontend/src/angular/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/angular/package-lock.json b/frontend/src/angular/package-lock.json index e67ce39..5cd9567 100644 --- a/frontend/src/angular/package-lock.json +++ b/frontend/src/angular/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@angular/animations": "^22.0.1", - "@angular/common": "^22.0.1", + "@angular/common": "^22.1.1", "@angular/compiler": "^22.0.1", "@angular/core": "^22.0.1", "@angular/forms": "^22.0.1", @@ -1599,9 +1599,9 @@ } }, "node_modules/@angular/common": { - "version": "22.0.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-22.0.1.tgz", - "integrity": "sha512-EczDHu+ziop3x2CSh9+hdkegTSjblYvuH0y4aZ8biqh+pGFRni24Qu9kZiV5VrBprIJG5NeiCEA2rT6fJ7w/Nw==", + "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" @@ -1610,7 +1610,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/core": "22.0.1", + "@angular/core": "22.1.1", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -16434,9 +16434,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/frontend/src/angular/package.json b/frontend/src/angular/package.json index 698cd72..8b45332 100644 --- a/frontend/src/angular/package.json +++ b/frontend/src/angular/package.json @@ -21,7 +21,7 @@ "private": true, "dependencies": { "@angular/animations": "^22.0.1", - "@angular/common": "^22.0.1", + "@angular/common": "^22.1.1", "@angular/compiler": "^22.0.1", "@angular/core": "^22.0.1", "@angular/forms": "^22.0.1",