Skip to content

Commit

Permalink
chore: upgrade minimatch to 8 (#558)
Browse files Browse the repository at this point in the history
this brings minimatch up to the latest working major
version, the next bump will require some reworking

Fixes N/A
  • Loading branch information
codymikol authored Oct 21, 2023
1 parent 8956128 commit 32589e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"glob": "^7.1.3",
"minimatch": "^4.2.3",
"minimatch": "^8.0.4",
"webpack-merge": "^4.1.5"
},
"devDependencies": {
Expand Down

0 comments on commit 32589e1

Please sign in to comment.