chore: bump uuid to v14 to clear GHSA-w5hq-g745-h8pq, bump node to v20#231
Merged
bluebill1049 merged 1 commit intoreact-hook-form:masterfrom Apr 23, 2026
Merged
chore: bump uuid to v14 to clear GHSA-w5hq-g745-h8pq, bump node to v20#231bluebill1049 merged 1 commit intoreact-hook-form:masterfrom
bluebill1049 merged 1 commit intoreact-hook-form:masterfrom
Conversation
bluebill1049
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GHSA-w5hq-g745-h8pq (moderate) affects
uuid <= 13.0.0: missing buffer bounds validation inv3/v5/v6silently writes partial UUIDs into undersized buffers. This project only usesv4(src/devTool.tsx), which is not affected, but consumers runningnpm auditon projects depending on@hookform/devtoolssee the advisory surface through the transitive dependency.Node 20 (required by uuid 14)
uuid@14drops support for Node 18 and below, so theCI matrix moves from Node
16.x(EOL September 2023) to20.x.rollup-plugin-typescript2 (required by Node 20)
On Node 17+,
rollup-plugin-typescript2@0.30fails to build:The plugin used
require('tslib/package.json'), which Node now blocksdue to tslib's
exportsfield. Fixed upstream by declaring tslib as aregular dependency;
^0.37.0is the current stable. No breaking changesaffect this repo's usage; peer deps (
rollup >= 1.26.3,typescript >= 2.4.0) remain satisfied.actions/setup-node v1 → v4
@v1runs on the deprecated Node 12 action runtime, which GitHub hasbeen sunsetting. While there, fixed a latent bug in
release.ymlwherethe input key was
version(silently ignored bysetup-node) insteadof
node-versionuuid^8.3.2^14.0.0@types/uuid^8.3.4^11.0.0rollup-plugin-typescript2^0.30.0^0.37.0node-version16.x20.xactions/setup-node@v1@v4