Skip to content

Commit 862ac0d

Browse files
fix(deps): update dependency minimatch to v8 (#206)
* fix(deps): update dependency minimatch to v8 * Create .changeset/tall-crabs-divide.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
1 parent c2d1867 commit 862ac0d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tall-crabs-divide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-json-schema-validator": minor
3+
---
4+
5+
fix(deps): update dependency minimatch to v8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"debug": "^4.3.1",
5555
"json-schema-migrate": "^2.0.0",
5656
"jsonc-eslint-parser": "^2.0.0",
57-
"minimatch": "^7.0.0",
57+
"minimatch": "^8.0.0",
5858
"synckit": "^0.8.0",
5959
"toml-eslint-parser": "^0.5.0",
6060
"tunnel-agent": "^0.6.0",

0 commit comments

Comments
 (0)