Skip to content

chore(deps): bump uuid from 10.0.0 to 13.0.2#809

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/uuid-13.0.2
Open

chore(deps): bump uuid from 10.0.0 to 13.0.2#809
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/uuid-13.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps uuid from 10.0.0 to 13.0.2.

Release notes

Sourced from uuid's releases.

v13.0.2

13.0.2 (2026-05-04)

Bug Fixes

  • rerelease to fix provenance. (49ccb35)

v13.0.1

13.0.1 (2026-04-27)

Bug Fixes

v13.0.0

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

v12.0.1

12.0.1 (2026-04-29)

Bug Fixes

v12.0.0

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

... (truncated)

Changelog

Sourced from uuid's changelog.

13.0.2 (2026-05-04)

Bug Fixes

  • rerelease to fix provenance. (49ccb35)

13.0.1 (2026-04-27)

Bug Fixes

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

11.1.0 (2025-02-19)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 13.0.2.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/v13.0.2/CHANGELOG.md)
- [Commits](uuidjs/uuid@v10.0.0...v13.0.2)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 13.0.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 22, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
langfuse-js Ready Ready Preview May 22, 2026 11:34am

Request Review

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, lock-file-only patch bump of a transitive uuid dependency (13.0.0 → 13.0.2).

Extended reasoning...

Overview

This Dependabot PR modifies only pnpm-lock.yaml. Despite the title saying "10.0.0 to 13.0.2", the actual diff shows the transitive uuid dependency (pulled in by @langchain/langgraph-sdk or similar) being bumped from 13.0.0 to 13.0.2. The top-level uuid@10.0.0 entry is left in place. The 13.0.2 release is a re-release to fix npm provenance; 13.0.1 was a backport of a security fix (GHSA-w5hq-g745-h8pq).

Security risks

None introduced by this change. The bump pulls in a security-fix backport (GHSA-w5hq-g745-h8pq) via 13.0.1 and a provenance fix in 13.0.2 — both directionally positive.

Level of scrutiny

Minimal. This is a lock-file-only patch version bump generated by Dependabot, with no source code changes. CI build/test signals are the appropriate gate.

Other factors

The dependency advances within the same major (13.x), so no breaking-change exposure relative to the previously-resolved 13.0.0. The Dependabot install-script warning about a new prepare script applies to the project's own prepare semantics in newer uuid releases, but since uuid is only consumed as a runtime library (not built from source here), this isn't a meaningful supply-chain concern at install time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants