Skip to content

Commit e95bc62

Browse files
authored
Merge pull request #1282 from w3bdesign/1281-snyk
Update pnpm overrides for glob and valibot
2 parents da9a338 + a7d432c commit e95bc62

File tree

2 files changed

+53
-51
lines changed

2 files changed

+53
-51
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"pnpm": {
99
"overrides": {
1010
"glob@<10.5.0": ">=10.5.0",
11-
"glob@>=11.0.0 <11.1.0": ">=11.1.0"
11+
"glob@>=11.0.0 <11.1.0": ">=11.1.0",
12+
"valibot@<1.2.0": ">=1.2.0"
1213
}
1314
},
1415
"scripts": {

0 commit comments

Comments
 (0)