Skip to content

Commit

Permalink
[Snyk] Security upgrade express from 4.19.2 to 4.21.0 (#1709)
Browse files Browse the repository at this point in the history
* fix: examples/ssr/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860
- https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867
- https://snyk.io/vuln/SNYK-JS-SEND-7926862
- https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865

* add changeset

* remove package.json property

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Jack Brown <[email protected]>
Co-authored-by: Jack Brown <[email protected]>
  • Loading branch information
4 people authored Dec 9, 2024
1 parent 88bbe38 commit c9e45a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/twelve-poems-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@compiled/ssr-app': minor
---

Bump express in SSR example
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/helper-builder-react-jsx": "^7.19.0",
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
"@compiled/react": "*",
"express": "4.20.0",
"express": "4.21.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down

0 comments on commit c9e45a1

Please sign in to comment.