Skip to content

Commit

Permalink
Upgrade testcafe dependencies and fix "tough-cookie" vuln GHSA-72xf-g…
Browse files Browse the repository at this point in the history
…2v4-qvf3

Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Oct 16, 2023
1 parent cdbfba1 commit 8505b3b
Show file tree
Hide file tree
Showing 2 changed files with 598 additions and 429 deletions.
4 changes: 3 additions & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,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 @@ -98,6 +99,7 @@
"recharts/**/d3-color": "^3.1.0",
"websocket/debug": "^3.1.0",
"semver": "^7.5.2",
"@babel/traverse": "7.23.2"
"@babel/traverse": "^7.23.2",
"tough-cookie": "^4.1.3"
}
}
Loading

0 comments on commit 8505b3b

Please sign in to comment.