Skip to content

Commit

Permalink
frontend: add resolutions: svgr/webpack: 6.3.1 to package.json
Browse files Browse the repository at this point in the history
 - should get a rid of a high severity security issue with a
   dev dependency. nth-check is vulnerable to Inefficient Regular
   Expression Complexity.
 - see facebook/create-react-app#12132
   for more info
  • Loading branch information
toikarin-vincit committed Aug 30, 2022
1 parent fca3afe commit 40e528c
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 260 deletions.
3 changes: 3 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@
"eslint-plugin-react": "^7.30.0",
"prettier": "^2.6.2",
"react-scripts": "^5.0.1"
},
"resolutions": {
"@svgr/webpack": "^6.3.1"
}
}
Loading

0 comments on commit 40e528c

Please sign in to comment.