We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80d3e5 commit b0a6fdaCopy full SHA for b0a6fda
2 files changed
package.json
@@ -43,7 +43,7 @@
43
"@types/node": "^20.10.5",
44
"@types/semver": "^7.5.8",
45
"@types/ws": "^6.0.1",
46
- "jest": "^29.7.0",
+ "jest": "^30.2.0",
47
"typescript": "^5.3.3"
48
},
49
"scripts": {
@@ -100,7 +100,8 @@
100
101
"resolutions": {
102
"brace-expansion": "2.0.2",
103
- "glob": "10.5.0"
+ "glob": "10.5.0",
104
+ "js-yaml": "^4.1.0"
105
106
"packageManager": "yarn@1.22.22"
107
}
0 commit comments