@sveltejs/kit@2.69.1

sveltejs/kit@sveltejs/kit@2.69.1Jul 6, 2026by teemingc

AI Summary

This patch release addresses security and stability issues by fixing prototype pollution and unhandled promise rejections.

Key Highlights

  • Prevent prototype pollution when deleting file inputs.
  • Prevent unhandled promise rejections.

Full Release Notes

### Patch Changes


- fix: prevent prototype pollution when deleting file inputs ([#16218](https://github.com/sveltejs/kit/pull/16218))


- fix: prevent unhandled promise rejection ([#16219](https://github.com/sveltejs/kit/pull/16219))