diff --git a/frontend/src/angular/package-lock.json b/frontend/src/angular/package-lock.json index f6e5dd5..1d17558 100644 --- a/frontend/src/angular/package-lock.json +++ b/frontend/src/angular/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^22.0.1", "@angular/cdk": "^22.0.0", - "@angular/common": "^22.0.1", + "@angular/common": "^22.0.2", "@angular/compiler": "^22.0.1", "@angular/core": "^22.0.1", "@angular/forms": "^22.0.1", @@ -1442,9 +1442,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.0.2", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-22.0.2.tgz", + "integrity": "sha512-XSkHYRwrM54v4GZ+fg9KU1KbSIE/iQF33VXKo5zqVNKO11MnAbJ59qzyqX/5EzSeogHyBoHApprFKACsCAKm/Q==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1453,7 +1453,7 @@ "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/core": "22.0.1", + "@angular/core": "22.0.2", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -6729,6 +6729,9 @@ "arm" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6743,6 +6746,9 @@ "arm" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -6757,6 +6763,9 @@ "arm64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6771,6 +6780,9 @@ "arm64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -6785,6 +6797,9 @@ "loong64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6799,6 +6814,9 @@ "loong64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -6813,6 +6831,9 @@ "ppc64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6827,6 +6848,9 @@ "ppc64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -6841,6 +6865,9 @@ "riscv64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6855,6 +6882,9 @@ "riscv64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ @@ -6869,6 +6899,9 @@ "s390x" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6883,6 +6916,9 @@ "x64" ], "dev": true, + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ @@ -6897,6 +6933,9 @@ "x64" ], "dev": true, + "libc": [ + "musl" + ], "license": "MIT", "optional": true, "os": [ diff --git a/frontend/src/angular/package.json b/frontend/src/angular/package.json index 8d2f5a3..1f26e62 100644 --- a/frontend/src/angular/package.json +++ b/frontend/src/angular/package.json @@ -22,7 +22,7 @@ "dependencies": { "@angular/animations": "^22.0.1", "@angular/cdk": "^22.0.0", - "@angular/common": "^22.0.1", + "@angular/common": "^22.0.2", "@angular/compiler": "^22.0.1", "@angular/core": "^22.0.1", "@angular/forms": "^22.0.1",