Skip to content

Commit c266243

Browse files
committed
Bump glob dependencies
1 parent 29d665a commit c266243

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,15 @@
5757
"devDependencies": {
5858
"@biomejs/biome": "2.3.2",
5959
"@types/jest": "^29.5.14",
60-
"jest": "^29.7.0",
60+
"jest": "^30.2.0",
6161
"jest-circus": "^30.2.0",
6262
"ts-jest": "^29.4.5",
6363
"typescript": "^5.9.3"
6464
},
6565
"resolutions": {
66-
"jest-cli/yargs": "^17.3.1"
66+
"jest-cli/yargs": "^17.3.1",
67+
"glob": "^10.5.0",
68+
"test-exclude": "^7.0.0",
69+
"babel-plugin-istanbul": "^7.0.0"
6770
}
6871
}

0 commit comments

Comments
 (0)