Skip to content

Commit

Permalink
fix(api): CVE-2024-37890 (#3298)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Jun 19, 2024
1 parent 2e2e15a commit ce69e5a
Show file tree
Hide file tree
Showing 2 changed files with 362 additions and 321 deletions.
5 changes: 3 additions & 2 deletions api.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"http-proxy-middleware": "^2.0.6",
"husky": "^8.0.3",
"isomorphic-fetch": "^3.0.0",
"jsdom": "^23.0.1",
"jsdom": "^24.1.0",
"jsondiffpatch": "^0.5.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -126,7 +126,8 @@
},
"overrides": {
"follow-redirects@<=1.15.5": ">=1.15.6",
"braces@<3.0.3": ">=3.0.3"
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1"
}
}
}
Loading

0 comments on commit ce69e5a

Please sign in to comment.