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 actual issue I saw as simple SvelteKit developer (with @sveltejs/adapter-static) is:
❯ npm audit
# npm audit report
cookie <0.7.0
cookie accepts cookie name, path, and domain with out of bounds characters - https://github.com/advisories/GHSA-pxg6-pf52-xh8x
fix available via `npm audit fix --force`
Will install @sveltejs/[email protected], which is a breaking change
node_modules/cookie
@sveltejs/kit >=1.0.0-next.0
Depends on vulnerable versions of cookie
node_modules/@sveltejs/kit
@sveltejs/adapter-static >=1.0.0-next.0
Depends on vulnerable versions of @sveltejs/kit
node_modules/@sveltejs/adapter-static
3 low severity vulnerabilities
Every time I create a SvelteKit project, I get GitHub Dependabot alerts related to this:
Could we use
package.json
overrides to use[email protected]+
on new projects?It could be removed on SvelteKit v3 migration.
Reference:
cookie-es
for cookie utils kit#13512The text was updated successfully, but these errors were encountered: