Skip to content
Merged
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.backbone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
database:
container_name: bkb-postgres
hostname: postgres
image: postgres@sha256:7e32e9833a6fb1c92c32552794cb6ed569d51b445a54907d35fc112ef39684db
image: postgres@sha256:f7ce845ee6873dd84be93c9828fe0d1fab0f9707dc9ac569694657398b290bce
environment:
- POSTGRES_PASSWORD=Passw0rd
- POSTGRES_DB=enmeshed
Expand Down
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
85 changes: 54 additions & 31 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@
"@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",
"lodash": "^4.18.1",
"luxon": "^3.7.2",
"qs": "^6.15.1",
"qs": "^6.15.2",
"reflect-metadata": "^0.2.2",
"ts-simple-nameof": "^1.3.3"
},
Expand Down