Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .dev/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: runtime-tests

services:
runtime-mongo:
image: mongo@sha256:7abfba0d07c9330373f8173981ea4d09cd8a82cdf0e86ccaf7008848d1d24f62
image: mongo@sha256:d6566e93e6a913cdb622ebe34e0ae7937d50efa60e92363fb4a84404dc890415
container_name: runtime-mongo
ports:
- "27021:27017"
Expand Down
36 changes: 30 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@js-soft/ts-utils": "^2.3.6",
"@nmshd/core-types": "*",
"@nmshd/crypto": "3.0.0",
"axios": "^1.16.0",
"axios": "^1.16.1",
"fast-json-patch": "^3.1.1",
"form-data": "^4.0.5",
"json-stringify-safe": "^5.0.1",
Expand Down
Loading