Skip to content

Commit

Permalink
fix: examples/ssr/package.json to reduce vulnerabilities (#1710)
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-PATHTOREGEXP-7925106

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
Harminder84 and snyk-bot authored Sep 24, 2024
1 parent e53d9db commit b2e8a6b
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.19.2",
"express": "4.20.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down

0 comments on commit b2e8a6b

Please sign in to comment.