Skip to content

Commit 27ec743

Browse files
committed
chore: Update glob to properly support escaped glob-like characters
1 parent def9d4a commit 27ec743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"extend": "^3.0.2",
28-
"glob": "^7.2.0",
28+
"glob": "^8.0.3",
2929
"glob-parent": "^6.0.2",
3030
"is-negated-glob": "^1.0.0",
3131
"ordered-read-streams": "^1.0.1",

0 commit comments

Comments
 (0)