Skip to content

Commit 9096d86

Browse files
Bumps cookie dependency to fix GHSA-pxg6-pf52-xh8x (#10547)
Co-authored-by: Matt Brophy <[email protected]>
1 parent 249e34f commit 9096d86

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.changeset/rotten-gorillas-yawn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@remix-run/server-runtime": patch
3+
---
4+
5+
Bumps `cookie` dependency from `^0.6.0 -> ^0.7.2` to fix [security advisory](https://github.com/advisories/GHSA-pxg6-pf52-xh8x)

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,3 +731,4 @@
731731
- zayenz
732732
- zhe
733733
- zwhitchcox
734+
- AndreSilva1993

packages/remix-server-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@remix-run/router": "1.23.0",
2323
"@types/cookie": "^0.6.0",
2424
"@web3-storage/multipart-parser": "^1.0.0",
25-
"cookie": "^0.6.0",
25+
"cookie": "^0.7.2",
2626
"set-cookie-parser": "^2.4.8",
2727
"source-map": "^0.7.3",
2828
"turbo-stream": "2.4.0"

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)