⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-03-04 13:26:15 +00:00
committed by Anthony LC
parent 0cabb655ad
commit a5e1751cf3
6 changed files with 743 additions and 748 deletions

View File

@@ -18,8 +18,8 @@
"dependencies": {
"@blocknote/server-util": "0.23.2",
"@hocuspocus/server": "2.15.2",
"@sentry/node": "8.54.0",
"@sentry/profiling-node": "8.54.0",
"@sentry/node": "9.3.0",
"@sentry/profiling-node": "9.3.0",
"cors": "2.8.5",
"express": "4.21.2",
"express-ws": "5.0.2",
@@ -40,10 +40,10 @@
"jest": "29.7.0",
"nodemon": "3.1.9",
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"ts-jest": "29.2.6",
"ts-node": "10.9.2",
"tsc-alias": "1.8.10",
"tsc-alias": "1.8.11",
"typescript": "*",
"ws": "8.18.0"
"ws": "8.18.1"
}
}