Every time I create a SvelteKit project, I get GitHub Dependabot alerts related to this: - https://github.com/jshttp/cookie/pull/167 Could we use `package.json` [overrides](https://docs.npmjs.com/cli/v11/configuring-npm/package-json#overrides) to use `cookie@0.7+` on new projects? It could be removed on SvelteKit v3 migration. Reference: - https://github.com/sveltejs/kit/pull/13386 - https://github.com/sveltejs/kit/pull/13512
Every time I create a SvelteKit project, I get GitHub Dependabot alerts related to this:
Could we use
package.jsonoverrides to usecookie@0.7+on new projects?It could be removed on SvelteKit v3 migration.
Reference:
cookie-esfor cookie utils kit#13512