Skip to content

Commit 25a9a14

Browse files
committed
Force safe version of glob in subdependencies
1 parent c6f0023 commit 25a9a14

File tree

2 files changed

+72
-97
lines changed

2 files changed

+72
-97
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"serve-static@<1.16.0": ">=1.16.0",
2525
"path-to-regexp@>=4.0.0 <6.3.0": ">=6.3.0",
2626
"path-to-regexp@>=2.0.0 <3.3.0": ">=3.3.0",
27-
"rollup@>=4.0.0 <4.22.4": ">=4.22.4"
27+
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
28+
"glob": "^11.1.0"
2829
}
2930
}
3031
}

0 commit comments

Comments
 (0)