You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that upgrading cookie comes with breaking changes. But you can separately fix a version of cookie in your package.json file: #13089 (comment)
Describe the bug
Saw this come up in our
osv-scanner
CI job:Probably caused by
kit/pnpm-lock.yaml
Lines 348 to 350 in 09296d0
cookie
package.Even if SvelteKit might be unaffected by the issue, it still seems worth to update the package.
Also see https://osv.dev/vulnerability/GHSA-pxg6-pf52-xh8x and jshttp/cookie#167
Reproduction
Run
nix-shell --pure -p osv-scanner go --run 'osv-scanner --no-ignore .'
in a SvelteKit project.Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: