Skip to content

Commit

Permalink
Merge pull request #33 from MaddyGuthridge/maddy-force-cookie-update
Browse files Browse the repository at this point in the history
Forcefully update cookie to resolve security vulnerability
  • Loading branch information
MaddyGuthridge authored Nov 16, 2024
2 parents 628604b + d66f39f commit 62b8600
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,14 @@
"typescript-eslint": "^8.7.0",
"vite": "^5.4.6",
"vitest": "^2.0.5"
},
"//overrides": [
"Force cookie to be ^0.7.0 to mitigate error as per: https://github.com/jshttp/cookie/pull/167",
"Also I hate HATE *HATE* this method of commenting"
],
"overrides": {
"@sveltejs/kit": {
"cookie": "^0.7.0"
}
}
}

0 comments on commit 62b8600

Please sign in to comment.