Update Production Dependencies

This commit is contained in:
renovate[bot]
2026-03-25 16:19:45 +00:00
committed by GitHub
parent 9902993b6c
commit dd5b2affcd
4 changed files with 1965 additions and 717 deletions

View File

@@ -22,12 +22,12 @@
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.9",
"@types/config": "^3.3.1",
"@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": "28.0.1",
"@types/mocha": "^10.0.7",
"@types/nedb": "^1.8.16",
"@types/node": "^24.12.0",
@@ -41,19 +41,19 @@
},
"dependencies": {
"@gnuxie/typescript-result": "^1.0.0",
"@sentry/node": "^7.17.2",
"@sentry/node": "^10.0.0",
"@sinclair/typebox": "0.34.13",
"@the-draupnir-project/interface-manager": "4.2.6",
"@the-draupnir-project/matrix-basic-types": "1.5.0",
"@the-draupnir-project/mps-interface-adaptor": "file:../../packages/mps-interface-adaptor",
"@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",
"body-parser": "^2.0.0",
"config": "^4.0.0",
"express": "^5.0.0",
"html-to-text": "^9.0.0",
"js-yaml": "^4.1.0",
"jsdom": "^24.0.0",
"jsdom": "^29.0.0",
"matrix-appservice-bridge": "^11.2.0",
"matrix-protection-suite": "file:../../packages/matrix-protection-suite",
"matrix-protection-suite-for-matrix-bot-sdk": "file:../../packages/matrix-protection-suite-for-matrix-bot-sdk",

2658
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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.13",

View File

@@ -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",