Update Production Dependencies
Validate Docker Build / validate-docker-build (push) Canceled after 0s

This commit is contained in:
renovate[bot]
2026-08-10 13:01:52 +00:00
committed by GitHub
parent 1c9ba49260
commit a42dd8100b
4 changed files with 1565 additions and 893 deletions
+13 -13
View File
@@ -22,13 +22,13 @@
"test:manual": "NODE_ENV=harness ts-node test/integration/manualLaunchScript.ts -- --draupnir-config ../../config/harness.yaml"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@types/config": "^3.3.1",
"@types/better-sqlite3": "^9.0.0",
"@types/config": "^4.0.0",
"@types/crypto-js": "^4.2.2",
"@types/express": "^4.17.21",
"@types/html-to-text": "^8.0.1",
"@types/express": "^5.0.0",
"@types/html-to-text": "^9.0.0",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "21.1.7",
"@types/jsdom": "30.0.0",
"@types/mocha": "^10.0.7",
"@types/nedb": "^1.8.16",
"@types/node": "^24.12.4",
@@ -42,7 +42,7 @@
},
"dependencies": {
"@gnuxie/typescript-result": "^1.0.0",
"@sentry/node": "^7.17.2",
"@sentry/node": "^10.0.0",
"@sinclair/typebox": "0.34.49",
"@the-draupnir-project/interface-manager": "4.2.6",
"@the-draupnir-project/matrix-basic-types": "1.5.1",
@@ -50,13 +50,13 @@
"@the-draupnir-project/matrix-protection-suite-for-matrix-bot-sdk": "5.0.1",
"@the-draupnir-project/mps-interface-adaptor": "0.6.0",
"@vector-im/matrix-bot-sdk": "^0.8.0-element.3",
"better-sqlite3": "^12.8.0",
"body-parser": "^1.20.2",
"config": "^3.3.9",
"express": "^4.19",
"html-to-text": "^8.0.0",
"js-yaml": "^4.1.0",
"jsdom": "^24.0.0",
"better-sqlite3": "^13.0.0",
"body-parser": "^2.0.0",
"config": "^5.0.0",
"express": "^5.0.0",
"html-to-text": "^10.0.0",
"js-yaml": "^5.0.0",
"jsdom": "^30.0.0",
"matrix-appservice-bridge": "^11.2.0",
"pg": "^8.8.0",
"yaml": "^2.3.2"
+1550 -878
View File
File diff suppressed because it is too large Load Diff
@@ -31,7 +31,7 @@
},
"dependencies": {
"@gnuxie/typescript-result": "^1.0.0",
"await-lock": "^2.2.2"
"await-lock": "^3.0.0"
},
"peerDependencies": {
"@sinclair/typebox": "0.34.49",
@@ -32,7 +32,7 @@
},
"dependencies": {
"@gnuxie/typescript-result": "^1.0.0",
"await-lock": "^2.2.2",
"await-lock": "^3.0.0",
"crypto-js": "^4.2.0",
"glob-to-regexp": "^0.4.1",
"immutable": "^5.0.0-beta.5",