Skip to content

Commit

Permalink
fix: examples/ssr/package.json to reduce vulnerabilities (#1651)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Grant Wong <[email protected]>
  • Loading branch information
3 people authored Apr 3, 2024
1 parent 1b1a94a commit e69f533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@babel/helper-builder-react-jsx": "^7.19.0",
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
"@compiled/react": "*",
"express": "4.18.2",
"express": "4.19.2",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down

0 comments on commit e69f533

Please sign in to comment.