⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-07-07 19:27:46 +00:00
committed by GitHub
parent b0a9ce0938
commit 21624e9224
7 changed files with 663 additions and 855 deletions

View File

@@ -16,10 +16,10 @@
"node": ">=22"
},
"dependencies": {
"@blocknote/server-util": "0.32.0",
"@blocknote/server-util": "0.33.0",
"@hocuspocus/server": "2.15.2",
"@sentry/node": "9.32.0",
"@sentry/profiling-node": "9.32.0",
"@sentry/node": "9.35.0",
"@sentry/profiling-node": "9.35.0",
"axios": "1.10.0",
"cors": "2.8.5",
"express": "5.1.0",
@@ -39,12 +39,12 @@
"cross-env": "7.0.3",
"eslint-config-impress": "*",
"nodemon": "3.1.10",
"supertest": "7.1.1",
"supertest": "7.1.2",
"ts-node": "10.9.2",
"tsc-alias": "1.8.16",
"typescript": "*",
"vitest": "3.2.4",
"vitest-mock-extended": "3.1.0",
"ws": "8.18.2"
"ws": "8.18.3"
}
}