Skip to content

Commit

Permalink
fix(deps): update dependency rxjs to v7.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 27, 2023
1 parent 793001a commit 029e87e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"husky": "8.0.3",
"prisma": "4.13.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.0",
"rxjs": "7.8.1",
"tsdx": "0.14.1",
"tslib": "2.5.0",
"typescript": "5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"object-traversal": "1.0.1",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.0",
"rxjs": "7.8.0"
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "9.4.1",
Expand Down
8 changes: 4 additions & 4 deletions test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4830,10 +4830,10 @@ rxjs@6.6.7:
dependencies:
tslib "^1.9.0"

rxjs@7.8.0:
version "7.8.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4"
integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==
rxjs@7.8.1:
version "7.8.1"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
dependencies:
tslib "^2.1.0"

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5071,10 +5071,10 @@ run-parallel@^1.1.9:
dependencies:
queue-microtask "^1.2.2"

rxjs@7.8.0:
version "7.8.0"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4"
integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==
rxjs@7.8.1:
version "7.8.1"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
dependencies:
tslib "^2.1.0"

Expand Down

0 comments on commit 029e87e

Please sign in to comment.