Skip to content

Commit

Permalink
feat: allow ^ versions for file matching packages (#5151)
Browse files Browse the repository at this point in the history
* feat: allow ^ versions for character encoding packages

* Use latest minimatch
  • Loading branch information
JoshuaKGoldberg committed Jul 2, 2024
1 parent 71e9fba commit be82606
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 35 deletions.
41 changes: 9 additions & 32 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"debug": "4.3.4",
"diff": "5.0.0",
"escape-string-regexp": "^4.0.0",
"find-up": "5.0.0",
"glob": "8.1.0",
"find-up": "^5.0.0",
"glob": "^8.1.0",
"he": "^1.2.0",
"js-yaml": "4.1.0",
"log-symbols": "^4.1.0",
"minimatch": "5.0.1",
"minimatch": "^5.1.6",
"ms": "2.1.3",
"serialize-javascript": "6.0.0",
"strip-json-comments": "3.1.1",
Expand Down

0 comments on commit be82606

Please sign in to comment.