Merge pull request 'chore(deps): update jest monorepo to v30 (major)' (#105) from renovate/major-jest-monorepo into woodpecker-pipeline

Reviewed-on: https://git.batsense.net/mCaptcha/mCaptcha/pulls/105
This commit is contained in:
Aravinth Manivannan 2025-10-02 13:45:06 +05:30
commit 4ad2fe36cc
2 changed files with 9404 additions and 2019 deletions

11417
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/jest": "^30.0.0",
"@types/jsdom": "^27.0.0",
"@types/node": "^22.0.0",
"@types/sinon": "^17.0.0",
@ -20,8 +20,8 @@
"css-loader": "^7.0.0",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.0",
"jest-fetch-mock": "^3.0.3",
"jsdom": "^27.0.0",
"mini-css-extract-plugin": "^2.7.6",