Loading
chore(deps): update dependency uuid to v14
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| uuid | dependencies | major | ^11.1.0 -> ^14.0.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
uuidjs/uuid (uuid)
v14.0.0
Security
- Fixes GHSA-w5hq-g745-h8pq:
v3(),v5(), andv6()did not validate that writes would remain within the bounds of a caller-supplied buffer, allowing out-of-bounds writes when an invalidoffsetwas provided. ARangeErroris now thrown ifoffset < 0oroffset + 16 > buf.length.
⚠️ BREAKING CHANGES
cryptois now expected to be globally defined (requires node@20+) (#935)- drop node@18 support (#934)
- upgrade minimum supported TypeScript version to 5.4.3, in keeping with the project's policy of supporting TypeScript versions released within the last two years
v13.0.0
⚠️ BREAKING CHANGES
- make browser exports the default (#901)
Bug Fixes
v12.0.0
⚠️ BREAKING CHANGES
Features
- add node@24 to ci matrix (#879) (42b6178)
- drop node@16 support (#883) (0f38cf1)
- remove CommonJS support (#886) (ae786e2)
- update to typescript@5.2 (#887) (c7ee405)
Bug Fixes
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.