Bumps uuid from 11.1.0 to 14.0.0.
Sourced from uuid's releases.
... (truncated)
Sourced from uuid's changelog.
This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.
Release notes
v14.0.0
14.0.0 (2026-04-19)
⚠ BREAKING CHANGES
Features
Bug Fixes
crypto to be global everywhere (requires node@20+) (#935) (f2c235f)
v13.0.0
13.0.0 (2025-09-08)
⚠ BREAKING CHANGES
Bug Fixes
v12.0.0
12.0.0 (2025-09-05)
⚠ BREAKING CHANGES
Features
Bug Fixes
Changelog
14.0.0 (2026-04-19)
Security
v3(), v5(), and v6() did not validate that writes would remain within the bounds of a caller-supplied buffer, allowing out-of-bounds writes when an invalid offset was provided. A RangeError is now thrown if offset < 0 or offset + 16 > buf.length.
⚠ BREAKING CHANGES
crypto is now expected to be globally defined (requires node@20+) (#935)
13.0.0 (2025-09-08)
⚠ BREAKING CHANGES
Bug Fixes
12.0.0 (2025-09-05)
⚠ BREAKING CHANGES
Features
Bug Fixes
Commits
7c1ea08 chore(main): release 14.0.0 (#926)
3d2c5b0 Merge commit from fork
f2c235f fix!: expect crypto to be global everywhere (requires node@20+) (#935)
529ef08 chore: upgrade TypeScript and fixup types (#927)
086fd79 chore: update dependencies (#933)
dc4ddb8 feat!: drop node@18 support (#934)
0f1f9c9 chore: switch to Biome for parsing and linting (#932)
e2879e6 chore: use maintained version of npm-run-all (#930)
ffa3138 fix: Use GITHUB_TOKEN for release-please and enable npm provenance (#925)
0423d49 docs: remove obsolete v1 option notes (#915)
Maintainer changes