Skip to content

Commit

Permalink
Remove glob 11 from dependency range
Browse files Browse the repository at this point in the history
Because of npm/npm-pick-manifest#33.

Thanks to @lishaduck for reporting this (#646).

This is a quick-fix. That issue mentions switching to tinyglobby. That’s
a better long term solution.
  • Loading branch information
lydell committed Feb 15, 2025
1 parent 8ef89c8 commit 78d3157
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 55 deletions.
161 changes: 107 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"commander": "^9.4.1",
"cross-spawn": "^7.0.6",
"elm-solve-deps-wasm": "^1.0.2 || ^2.0.0",
"glob": "^8.0.3 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"glob": "^8.0.3 || ^9.0.0 || ^10.0.0",
"graceful-fs": "^4.2.10",
"split": "^1.0.1",
"which": "^2.0.2",
Expand Down

0 comments on commit 78d3157

Please sign in to comment.