Skip to content

Commit 9a89093

Browse files
authored
fix: change minimatch to version 9 for node 16+ support (#1489)
1 parent b8d6eea commit 9a89093

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.changeset/lazy-experts-invent.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'graphql-config': patch
3+
---
4+
5+
Change minimatch to version 9

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@graphql-tools/utils": "^10.0.0",
6666
"cosmiconfig": "^9.0.0",
6767
"jiti": "^1.18.2",
68-
"minimatch": "^10.0.0",
68+
"minimatch": "^9.0.5",
6969
"string-env-interpolation": "^1.0.1",
7070
"tslib": "^2.4.0"
7171
},

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)