Skip to content

Commit d66f39f

Browse files
Forcefully update cookie to resolve security vulnerability
1 parent 628604b commit d66f39f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

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.

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,14 @@
6666
"typescript-eslint": "^8.7.0",
6767
"vite": "^5.4.6",
6868
"vitest": "^2.0.5"
69+
},
70+
"//overrides": [
71+
"Force cookie to be ^0.7.0 to mitigate error as per: https://github.com/jshttp/cookie/pull/167",
72+
"Also I hate HATE *HATE* this method of commenting"
73+
],
74+
"overrides": {
75+
"@sveltejs/kit": {
76+
"cookie": "^0.7.0"
77+
}
6978
}
7079
}

0 commit comments

Comments
 (0)