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 @@ -109,7 +109,7 @@ services:
rabbitmq:
container_name: bkb-rabbitmq
hostname: rabbitmq
image: rabbitmq:4.3.4-alpine@sha256:a762c02d0c1fa7c3de1eca5d62b4fe9812649f41a3b38d716e1afcbe7e5387ad
image: rabbitmq:4.3.5-alpine@sha256:381e45a83ed1d96807f40e5c7c8eee33c6d7ee95a29771a34d876569dcd11bc7

### seeds ###

Expand Down
141 changes: 56 additions & 85 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"devDependencies": {
"@babel/preset-env": "7.29.7",
"@babel/preset-typescript": "7.29.7",
"@js-soft/eslint-config-ts": "2.0.8",
"@js-soft/license-check": "1.0.13",
"@js-soft/eslint-config-ts": "2.0.9",
"@js-soft/license-check": "1.0.14",
"@types/jest": "30.0.0",
"@types/node": "24.13.3",
"dependency-cruiser": "18.1.1",
"enhanced-publish": "1.1.11",
"enhanced-publish": "1.1.12",
"eslint": "10.8.1",
"jest": "30.4.2",
"jest-expect-message": "1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"devDependencies": {
"@eudiplo/sdk-core": "6.2.0",
"@js-soft/node-logger": "1.2.9",
"@js-soft/node-logger": "1.2.10",
"@types/lodash": "4.17.25",
"@types/lokijs": "1.5.14",
"@types/luxon": "3.7.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/consumption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
"devDependencies": {
"@js-soft/docdb-access-loki": "1.4.3",
"@js-soft/docdb-access-mongo": "1.4.3",
"@js-soft/node-logger": "1.2.9",
"@nmshd/crypto": "3.0.3",
"@js-soft/node-logger": "1.2.10",
"@nmshd/crypto": "3.0.4",
"@types/lodash": "4.17.25",
"@types/sjcl": "1.0.34",
"ts-mockito": "2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@types/luxon": "3.7.4",
"@nmshd/crypto": "3.0.3"
"@nmshd/crypto": "3.0.4"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@js-soft/logging-abstractions": "^1.2.5",
"@js-soft/ts-serval": "2.0.17",
"@nmshd/crypto": "3.0.3",
"@nmshd/crypto": "3.0.4",
"json-stringify-safe": "^5.0.1",
"luxon": "^3.7.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@nmshd/consumption": "*",
"@nmshd/content": "*",
"@nmshd/core-types": "*",
"@nmshd/crypto": "3.0.3",
"@nmshd/crypto": "3.0.4",
"@nmshd/iql": "^1.0.5",
"@nmshd/runtime-types": "*",
"@nmshd/transport": "*",
Expand All @@ -107,15 +107,15 @@
"@eudiplo/sdk-core": "6.2.0",
"@js-soft/docdb-access-loki": "1.4.3",
"@js-soft/docdb-access-mongo": "1.4.3",
"@js-soft/node-logger": "1.2.9",
"@nmshd/connector-sdk": "7.4.3",
"@js-soft/node-logger": "1.2.10",
"@nmshd/connector-sdk": "7.4.5",
"@types/elliptic": "6.4.18",
"@types/jest": "30.0.0",
"@types/json-stringify-safe": "5.0.3",
"@types/lodash": "4.17.25",
"@types/luxon": "3.7.4",
"jwt-decode": "4.0.0",
"openid-client": "6.8.4",
"openid-client": "6.8.5",
"ts-json-schema-generator": "2.9.0",
"ts-mockito": "2.6.1"
},
Expand Down
Loading