Skip to content

Commit 97fdad9

Browse files
chore: fix micromatch vulnerabilities (#21)
1 parent bd751d5 commit 97fdad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"lodash.groupby": "^4.6.0",
4242
"lodash.isempty": "^4.4.0",
4343
"lodash.sortby": "^4.7.0",
44-
"micromatch": "4.0.7",
45-
"snyk-nodejs-lockfile-parser": "1.58.10",
44+
"micromatch": "4.0.8",
45+
"snyk-nodejs-lockfile-parser": "1.58.13",
4646
"snyk-resolve-deps": "4.8.0"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)