chore: update minimatch (#5697)

This commit is contained in:
Joe Previte
2022-10-24 13:55:54 -07:00
committed by GitHub
parent bbf18cc6b0
commit 59ef715d8b
2 changed files with 6 additions and 5 deletions

View File

@@ -83,7 +83,8 @@
"nanoid": "^3.1.31",
"minimist": "npm:minimist-lite@2.2.1",
"glob-parent": "^6.0.1",
"@types/node": "^16.0.0"
"@types/node": "^16.0.0",
"minimatch": "^3.0.5"
},
"dependencies": {
"@coder/logger": "^3.0.0",