[ACS-9696] fix failing upgrade rxjs from 7.8.1 to 7.8.2 (#10911)

* [ACS-9696] Upgrade rxjs version to fix faling upgrade PR in ACA

* [ACS-9696] Update package-lock.json

* [ACS-9696] Fixed unit tests
This commit is contained in:
AleksanderSklorz
2025-06-03 13:54:30 +02:00
committed by GitHub
parent 35970b4278
commit a6ab5fcbdd
10 changed files with 112 additions and 32 deletions

View File

@@ -24,7 +24,7 @@
"angular-oauth2-oidc": "17.0.2",
"angular-oauth2-oidc-jwks": "17.0.2",
"date-fns": "^2.30.0",
"rxjs": "7.8.1"
"rxjs": "7.8.2"
},
"peerDependencies": {
"@angular/animations": ">=16.0.0",