Bump glob dependencies

This commit is contained in:
Nick Cipollo
2025-11-24 10:59:40 -05:00
parent 29d665a1e2
commit c266243d9d

View File

@@ -57,12 +57,15 @@
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.3.2", "@biomejs/biome": "2.3.2",
"@types/jest": "^29.5.14", "@types/jest": "^29.5.14",
"jest": "^29.7.0", "jest": "^30.2.0",
"jest-circus": "^30.2.0", "jest-circus": "^30.2.0",
"ts-jest": "^29.4.5", "ts-jest": "^29.4.5",
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },
"resolutions": { "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"
} }
} }