Skip to content

Commit

Permalink
fix(deps): update dependency rxjs to v7.8.2 (#7591)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent a7cdc99 commit 4f0338e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion orm/nest-graphql-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"graphql-tools": "9.0.13",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1"
"rxjs": "7.8.2"
},
"devDependencies": {
"@nestjs/cli": "10.4.9",
Expand Down
2 changes: 1 addition & 1 deletion orm/nest-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"graphql-tools": "9.0.13",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1"
"rxjs": "7.8.2"
},
"devDependencies": {
"@nestjs/cli": "10.4.9",
Expand Down
2 changes: 1 addition & 1 deletion orm/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@nestjs/platform-express": "10.4.15",
"reflect-metadata": "0.2.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1"
"rxjs": "7.8.2"
},
"devDependencies": {
"@nestjs/cli": "10.4.9",
Expand Down

0 comments on commit 4f0338e

Please sign in to comment.