Skip to content

Commit

Permalink
fix(deps): update dependency minimatch to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 8207481 commit 18dcdad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"glob": "^10.2.2",
"js-yaml": "^4.1.0",
"luxon": "^3.3.0",
"minimatch": "^9.0.0",
"minimatch": "^10.0.0",
"pako": "^2.1.0",
"prompts": "^2.4.2",
"ynab": "2.2"
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5400,6 +5400,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^10.0.0":
version: 10.0.1
resolution: "minimatch@npm:10.0.1"
dependencies:
brace-expansion: "npm:^2.0.1"
checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d
languageName: node
linkType: hard

"minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
Expand Down Expand Up @@ -7868,7 +7877,7 @@ __metadata:
jest: "npm:^29.5.0"
js-yaml: "npm:^4.1.0"
luxon: "npm:^3.3.0"
minimatch: "npm:^9.0.0"
minimatch: "npm:^10.0.0"
np: "npm:^10.0.0"
pako: "npm:^2.1.0"
prettier: "npm:3.3.3"
Expand Down

0 comments on commit 18dcdad

Please sign in to comment.