Skip to content

Use [email protected] on new projects #512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hyunbinseo opened this issue Mar 25, 2025 · 2 comments
Closed

Use [email protected] on new projects #512

hyunbinseo opened this issue Mar 25, 2025 · 2 comments
Labels
enhancement New feature or request pkg:create

Comments

@hyunbinseo
Copy link
Contributor

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:

@manuel3108
Copy link
Member

We could, but I don't think we should. It would be better to solve the actual problem, as proposed by sveltejs/kit#13512

@manuel3108 manuel3108 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 29, 2025
@pierrelegall
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pkg:create
Projects
None yet
Development

No branches or pull requests

3 participants