Skip to content

Commit

Permalink
chore: added minimatch as a dependency
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tegefaulkes committed Jul 12, 2024
1 parent 10f3227 commit aadcadf
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 24 deletions.
176 changes: 153 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"prompts": "^2.4.1",
"resource-counter": "^1.2.4",
"sodium-native": "^3.4.1",
"threads": "^1.6.5"
"threads": "^1.6.5",
"minimatch": "^10.0.1"
},
"devDependencies": {
"@fast-check/jest": "^1.1.0",
Expand All @@ -116,6 +117,7 @@
"@types/pako": "^1.0.2",
"@types/prompts": "^2.0.13",
"@types/readable-stream": "^2.3.11",
"@types/minimatch": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"benny": "^3.7.1",
Expand Down

0 comments on commit aadcadf

Please sign in to comment.