Skip to content

Commit db7cd6b

Browse files
authored
Merge pull request #330 from happo/glob-downgrade
Dowgrade glob v11 to v10
2 parents 12760fe + 0229808 commit db7cd6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"babel-plugin-dynamic-import-node": "^2.1.0",
6464
"commander": "^2.15.1",
6565
"form-data": "^4.0.0",
66-
"glob": "^11.0.1",
66+
"glob": "^10.0.0",
6767
"https-proxy-agent": "^7.0.6",
6868
"jose": "^5.4.1",
6969
"jsdom": "^16.4.0",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -3272,7 +3272,7 @@ glob@^10.0.0:
32723272
package-json-from-dist "^1.0.0"
32733273
path-scurry "^1.11.1"
32743274

3275-
glob@^11.0.0, glob@^11.0.1:
3275+
glob@^11.0.0:
32763276
version "11.0.1"
32773277
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
32783278
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==

0 commit comments

Comments
 (0)