Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
UI - resolve webpack vulnerability (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
galiail authored May 7, 2023
1 parent 4318a6f commit 5566bfd
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 112 deletions.
217 changes: 106 additions & 111 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"spinners-react": "^1.0.6"
},
"overrides": {
"nth-check": "^2.0.1"
"nth-check": "^2.0.1",
"webpack": "^5.76.0"
},
"scripts": {
"start": "GENERATE_SOURCEMAP='false' react-scripts start",
Expand Down

0 comments on commit 5566bfd

Please sign in to comment.