Skip to content

Commit be82606

Browse files
feat: allow ^ versions for file matching packages (#5151)
* feat: allow ^ versions for character encoding packages * Use latest minimatch
1 parent 71e9fba commit be82606

File tree

2 files changed

+12
-35
lines changed

2 files changed

+12
-35
lines changed

package-lock.json

Lines changed: 9 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"debug": "4.3.4",
5858
"diff": "5.0.0",
5959
"escape-string-regexp": "^4.0.0",
60-
"find-up": "5.0.0",
61-
"glob": "8.1.0",
60+
"find-up": "^5.0.0",
61+
"glob": "^8.1.0",
6262
"he": "^1.2.0",
6363
"js-yaml": "4.1.0",
6464
"log-symbols": "^4.1.0",
65-
"minimatch": "5.0.1",
65+
"minimatch": "^5.1.6",
6666
"ms": "2.1.3",
6767
"serialize-javascript": "6.0.0",
6868
"strip-json-comments": "3.1.1",

0 commit comments

Comments
 (0)