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.prodtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
mongo:
container_name: mongo
hostname: mongo
image: mongo@sha256:6f55a078e025aa29fea2826c82f67ff2f774b82efd816c4c30bbfe67904f0bb8
image: mongo@sha256:9e52bf8768ae4f59b9ca734845d15cee0e523ced14b900cc3692d241eec9154c
ports:
- "27017:27017"
logging:
Expand Down
2 changes: 1 addition & 1 deletion .dev/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
mongo:
container_name: mongo
hostname: mongo
image: mongo@sha256:6f55a078e025aa29fea2826c82f67ff2f774b82efd816c4c30bbfe67904f0bb8
image: mongo@sha256:9e52bf8768ae4f59b9ca734845d15cee0e523ced14b900cc3692d241eec9154c
ports:
- "27017:27017"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.13.0
24.13.1
12 changes: 6 additions & 6 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 @@ -130,7 +130,7 @@
"@types/lodash": "^4.17.23",
"@types/luxon": "^3.7.1",
"@types/nconf": "^0.10.7",
"@types/node": "^24.10.12",
"@types/node": "^24.10.13",
"@types/on-headers": "^1.0.4",
"@types/swagger-ui-express": "^4.1.8",
"@types/ws": "^8.18.1",
Expand All @@ -151,7 +151,7 @@
"typescript": "^5.9.3"
},
"engines": {
"node": ">=24.13.0",
"node": ">=24.13.1",
"npm": ">=11.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@js-soft/logging-abstractions": "^1.0.2",
"@types/express": "^5.0.6",
"@types/luxon": "^3.7.1",
"@types/node": "^24.10.12",
"@types/node": "^24.10.13",
"@types/qrcode": "^1.5.6",
"typescript": "^5.9.3"
},
Expand Down