update jest and related dependencies

This commit is contained in:
Hazelnoot 2025-11-09 00:48:52 -05:00
parent c997471cb8
commit e7015d4f8e
4 changed files with 607 additions and 402 deletions

View file

@ -190,7 +190,7 @@
"xev": "3.0.2"
},
"devDependencies": {
"@jest/globals": "30.1.2",
"@jest/globals": "30.2.0",
"@nestjs/platform-express": "11.1.6",
"@sentry/vue": "10.15.0",
"@simplewebauthn/types": "12.0.0",
@ -240,14 +240,14 @@
"eslint-plugin-import": "2.32.0",
"execa": "9.6.0",
"fkill": "9.0.0",
"jest": "30.1.3",
"jest": "30.2.0",
"jest-environment-node": "30.2.0",
"jest-mock": "30.0.5",
"jest-mock": "30.2.0",
"nodemon": "3.1.10",
"pid-port": "2.0.0",
"simple-oauth2": "5.1.0",
"supertest": "7.1.4",
"ts-jest": "29.4.4",
"ts-jest": "29.4.5",
"ts-node": "10.9.2",
"typescript": "5.9.2"
}