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 .ci/runChecks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ npm run lint:eslint
npm run lint:prettier
npm run --workspaces cdep
npx --workspaces license-check
npx better-npm-audit audit --exclude 1113214,1113296
npx better-npm-audit audit --exclude 1113371
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.2.4-alpine@sha256:09fbd90e09ca0f12f0c4c40a069147412f7be25245cad774d9df5684b03a031e
image: rabbitmq:4.2.4-alpine@sha256:c8a204d5b0bba833cbff44067b482b40152e8156d811a369e92fa0f1da8cb9c0

### seeds ###

Expand Down
105 changes: 67 additions & 38 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@types/jest": "^30.0.0",
"@types/node": "^24.10.13",
"enhanced-publish": "^1.1.7",
"eslint": "^9.39.2",
"eslint": "^9.39.3",
"jest": "^30.2.0",
"jest-expect-message": "^1.1.3",
"madge": "^8.0.0",
"npm-check-updates": "^19.4.0",
"npm-check-updates": "^19.4.1",
"prettier": "^3.8.1",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
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 @@ -59,7 +59,7 @@
},
"devDependencies": {
"@js-soft/node-logger": "^1.2.1",
"@types/lodash": "^4.17.23",
"@types/lodash": "^4.17.24",
"@types/lokijs": "^1.5.14",
"@types/luxon": "^3.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/consumption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@js-soft/docdb-access-mongo": "1.4.0",
"@js-soft/node-logger": "1.2.1",
"@nmshd/crypto": "2.1.3",
"@types/lodash": "^4.17.23",
"@types/lodash": "^4.17.24",
"ts-mockito": "^2.6.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@js-soft/docdb-access-mongo": "1.4.0",
"@js-soft/node-logger": "1.2.1",
"@types/json-stringify-safe": "^5.0.3",
"@types/lodash": "^4.17.23",
"@types/lodash": "^4.17.24",
"@types/luxon": "^3.7.1",
"ts-json-schema-generator": "2.5.0",
"ts-mockito": "^2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@js-soft/node-logger": "1.2.1",
"@js-soft/ts-serval": "2.0.16",
"@types/json-stringify-safe": "^5.0.3",
"@types/lodash": "^4.17.23",
"@types/lodash": "^4.17.24",
"@types/luxon": "^3.7.1",
"@types/qs": "^6.14.0",
"correlation-id": "^5.2.0",
Expand Down