From 636a346458aad07e4a72d61c0bc0b3ee777137ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:53:17 +0000 Subject: [PATCH] chore(deps): bump uuid from 13.0.2 to 14.0.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 13.0.2 to 14.0.1. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v13.0.2...v14.0.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd48094e..9477fb89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "remark-rehype": "^11", "slugify": "^1", "unified": "^11", - "uuid": "^13", + "uuid": "^14", "yup": "^1" }, "devDependencies": { @@ -12044,9 +12044,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.2.tgz", - "integrity": "sha512-vzi9uRZ926x4XV73S/4qQaTwPXM2JBj6/6lI/byHH1jOpCzb0zDbfytgA9LcN/hzb2l7WQSQnxITOVx5un/wGw==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", + "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 72e52a01..f3f01d65 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "remark-rehype": "^11", "slugify": "^1", "unified": "^11", - "uuid": "^13", + "uuid": "^14", "yup": "^1" }, "devDependencies": {