Skip to content

Commit

Permalink
[FX-6025] Fix micromatch vulneralility (#4593)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-sed authored Oct 9, 2024
1 parent 81096ac commit bdcc9b0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 474 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
"**/find-babel-config/json5": "1",
"**/marksy/marked": "^0.7.0",
"@storybook/react": "^6.5.15",
"@storybook/*/**/braces": "3.0.3",
"ansi-regex": "^5.0.1",
"glob-parent": "^6.0.2",
"lodash": "^4.17.21",
Expand All @@ -104,7 +103,9 @@
"trim": "^0.0.3",
"unset-value": "^2.0.1",
"webpack": "^5.0.0",
"yaml": "2"
"yaml": "2",
"micromatch": "^4.0.8"

},
"devDependencies": {
"@actions/core": "^1.10.0",
Expand Down
Loading

0 comments on commit bdcc9b0

Please sign in to comment.