Skip to content

Commit fc5e626

Browse files
authored
fix(web): override cookie to ^0.7.0 to patch OOB chars in name/path/domain (#82)
1 parent 204c9b6 commit fc5e626

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

web/package-lock.json

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

web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"overrides": {
2121
"rollup": "^4.59.0",
2222
"devalue": "^5.6.4",
23-
"picomatch": "^4.0.4"
23+
"picomatch": "^4.0.4",
24+
"cookie": "^0.7.0"
2425
}
2526
}

0 commit comments

Comments
 (0)