cli: switch minimatch range to ^

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-11-30 13:19:32 +01:00
parent ee14bab716
commit 16cf6d5b2e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.4.2",
"minimatch": "5.1.1",
"minimatch": "^5.1.1",
"node-fetch": "^2.6.7",
"node-libs-browser": "^2.2.1",
"npm-packlist": "^5.0.0",