Skip to content

Commit

Permalink
fix: vuln patch for undici (#9622)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Krick <matt.krick@gmail.com>
  • Loading branch information
mattkrick authored Apr 11, 2024
1 parent 7d1086d commit c2a3a43
Show file tree
Hide file tree
Showing 4 changed files with 1,533 additions and 952 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "7.18.6",
"@datadog/datadog-ci": "^2.22.1",
"@datadog/datadog-ci": "^2.33.0",
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
Expand Down
3 changes: 1 addition & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react-refresh": "^0.9.0",
"strict-event-emitter-types": "^2.0.0",
"typescript": "^5.3.3",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.2.3",
Expand Down Expand Up @@ -136,7 +136,6 @@
"react-textarea-autosize": "^7.1.0",
"react-transition-group": "^4.3.0",
"react-virtualized": "^9.21.1",
"regenerator-runtime": "^0.13.5",
"relay-runtime": "^14.1.0",
"resize-observer-polyfill": "^1.5.0",
"rrule": "^2.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@
"stripe": "^9.13.0",
"tslib": "^2.4.0",
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.34.0",
"undici": "^5.28.3"
"undici": "^5.28.4"
}
}
Loading

0 comments on commit c2a3a43

Please sign in to comment.