diff --git a/package.json b/package.json index 0675c9c..2569658 100644 --- a/package.json +++ b/package.json @@ -57,12 +57,15 @@ "devDependencies": { "@biomejs/biome": "2.3.2", "@types/jest": "^29.5.14", - "jest": "^29.7.0", + "jest": "^30.2.0", "jest-circus": "^30.2.0", "ts-jest": "^29.4.5", "typescript": "^5.9.3" }, "resolutions": { - "jest-cli/yargs": "^17.3.1" + "jest-cli/yargs": "^17.3.1", + "glob": "^10.5.0", + "test-exclude": "^7.0.0", + "babel-plugin-istanbul": "^7.0.0" } }