Skip to content

Commit

Permalink
[FX-6025] Fix micromatch vulneralility
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-sed committed Oct 3, 2024
1 parent efaaf5e commit eb4d669
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"trim": "^0.0.3",
"unset-value": "^2.0.1",
"webpack": "^5.0.0",
"yaml": "2"
"yaml": "2",
"**/@storybook/react/**/micromatch": "^4.0.8"
},
"devDependencies": {
"@actions/core": "^1.10.0",
Expand Down
Loading

0 comments on commit eb4d669

Please sign in to comment.