From 018c19dd3446b120a98d2256f388a1c35b1a6c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:48:31 +0000 Subject: [PATCH] build(deps): bump @angular/common 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] --- flightSelection-frontend/src/angular/package-lock.json | 10 +++++----- flightSelection-frontend/src/angular/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flightSelection-frontend/src/angular/package-lock.json b/flightSelection-frontend/src/angular/package-lock.json index b7c7505..f7bdd1d 100644 --- a/flightSelection-frontend/src/angular/package-lock.json +++ b/flightSelection-frontend/src/angular/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^22.0.1", "@angular/cdk": "^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", @@ -775,9 +775,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" @@ -786,7 +786,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" } }, diff --git a/flightSelection-frontend/src/angular/package.json b/flightSelection-frontend/src/angular/package.json index d3fbc7c..f305450 100644 --- a/flightSelection-frontend/src/angular/package.json +++ b/flightSelection-frontend/src/angular/package.json @@ -22,7 +22,7 @@ "dependencies": { "@angular/animations": "^22.0.1", "@angular/cdk": "^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",