Skip to content

Commit

Permalink
Fix vulnerablities in javascript packages (#1820)
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <pjuarezd@users.noreply.github.com>
  • Loading branch information
pjuarezd committed Oct 16, 2023
1 parent 0e08131 commit d53b2b7
Show file tree
Hide file tree
Showing 2 changed files with 659 additions and 413 deletions.
10 changes: 7 additions & 3 deletions web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"homepage": ".",
"private": true,
"dependencies": {
"@babel/traverse": "7.23.2",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.11.16",
Expand Down Expand Up @@ -31,6 +32,7 @@
"recharts": "2.7.2",
"semver": "7.5.3",
"superagent": "^8.0.8",
"tough-cookie": "4.1.3",
"yaml": "2.3.1"
},
"scripts": {
Expand Down Expand Up @@ -78,8 +80,8 @@
"prettier": "3.0.0",
"react-scripts": "5.0.1",
"testcafe": "2.6.2",
"typescript": "^4.4.3",
"ts-prune": "^0.10.3"
"ts-prune": "^0.10.3",
"typescript": "^4.4.3"
},
"resolutions": {
"nth-check": "^2.0.1",
Expand All @@ -96,6 +98,8 @@
"react-scripts/**/debug": "^3.1.0",
"recharts/**/d3-color": "^3.1.0",
"websocket/debug": "^3.1.0",
"semver": "^7.5.2"
"semver": "^7.5.2",
"@babel/traverse": "^7.23.2",
"tough-cookie": "^4.1.3"
}
}

0 comments on commit d53b2b7

Please sign in to comment.