Bump uuid from 14.0.1 to 14.0.2 in the production-dependencies group across 1 directory - #85
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the production-dependencies group with 1 update in the / directory: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 14.0.1 to 14.0.2 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v14.0.1...v14.0.2) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/production-dependencies-115a665413
branch
from
August 31, 2026 23:08
49f65fc to
c5f26c4
Compare
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.
Bumps the production-dependencies group with 1 update in the / directory: uuid.
Updates
uuidfrom 14.0.1 to 14.0.2Release notes
Sourced from uuid's releases.
Changelog
Sourced from uuid's changelog.
Commits
fd59f02chore(main): release 14.0.2 (#967)f3c564edocs: point the Node support permalink at the CI version matrix (#974)b1da338fix(v1): set the multicast bit on v1Bytes's own randomly-generated node (#973)6adcc1dfix(v1): carry nsecs overflow into the timestamp's high bits (#972)ea83515docs: cleanup API summary (#968)ac36860chore: pinpublintversion in CI (#966)a67db57fix(v7): align default seq formula in v7Bytes with updateV7State (#965)Note
Low Risk
Routine dependency patch with no application code changes; only v4 is used, so v1/v7 fixes are unlikely to affect this project.
Overview
Bumps the
uuidproduction dependency from 14.0.1 to 14.0.2 inpackage.jsonandpackage-lock.json.This is a patch release with bug fixes in v1 and v7 UUID generation inside the library; this repo only imports
v4inembeddings.ts, so behavior for current usage should stay the same aside from picking up the newer package version.Reviewed by Cursor Bugbot for commit c5f26c4. Bugbot is set up for automated code reviews on this repo. Configure here.