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"
}

View file

@ -44,15 +44,15 @@
"oauth": "0.10.2"
},
"devDependencies": {
"@jest/globals": "30.1.2",
"@jest/globals": "30.2.0",
"@types/jest": "30.0.0",
"@types/node": "22.18.1",
"@types/oauth": "0.9.6",
"jest": "30.1.3",
"jest-mock": "30.0.5",
"jest": "30.2.0",
"jest-mock": "30.2.0",
"jest-worker": "30.1.0",
"ts-jest": "29.4.4",
"ts-jest": "29.4.5",
"ts-node": "10.9.2",
"typescript": "5.9.2"
}
}
}

View file

@ -38,10 +38,10 @@
"@types/node": "22.18.1",
"@typescript-eslint/eslint-plugin": "8.44.1",
"@typescript-eslint/parser": "8.44.1",
"jest": "30.1.3",
"jest": "30.2.0",
"jest-fetch-mock": "3.0.3",
"jest-websocket-mock": "2.5.0",
"ts-jest": "29.4.4",
"ts-jest": "29.4.5",
"ts-node": "10.9.2",
"mock-socket": "9.3.1",
"ncp": "2.0.0",
@ -55,4 +55,4 @@
"eventemitter3": "5.0.1",
"reconnecting-websocket": "4.4.0"
}
}
}