Skip to content

Commit

Permalink
Upgrade formidable indirect dependency to solve vulnerability (#2089)
Browse files Browse the repository at this point in the history
* Upgrade formidable indirect dependency to solve vulnerability

Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Apr 23, 2024
1 parent cc44b65 commit d45eb18
Show file tree
Hide file tree
Showing 2 changed files with 2,904 additions and 2,681 deletions.
3 changes: 2 additions & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-window-infinite-loader": "^1.0.7",
"recharts": "2.7.2",
"styled-components": "^5.3.11",
"superagent": "^8.0.8",
"superagent": "^8.1.2",
"tough-cookie": "4.1.3",
"yaml": "2.3.4"
},
Expand Down Expand Up @@ -76,6 +76,7 @@
"typescript": "^4.4.3"
},
"resolutions": {
"**/superagent/formidable": "3.5.1",
"nth-check": "^2.0.1",
"yaml": "^2.3.1",
"postcss": "^8.4.31",
Expand Down

0 comments on commit d45eb18

Please sign in to comment.