From 7495e2778ba6edbb4795f51cf888cf5d30c3ac81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:34:58 +0000 Subject: [PATCH] deps: bump uuid from 14.0.0 to 14.0.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 14.0.0 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/v14.0.0...v14.0.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 fe28712..c89fedb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "remark-math": "^6.0.0", "tar": "^7.5.11", "utf-8-validate": "^6.0.6", - "uuid": "^14.0.0", + "uuid": "^14.0.1", "yazl": "^3.3.1", "zod": "^4.3.6" }, @@ -21051,9 +21051,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", - "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "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 858e231..5dd9dd9 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "remark-math": "^6.0.0", "tar": "^7.5.11", "utf-8-validate": "^6.0.6", - "uuid": "^14.0.0", + "uuid": "^14.0.1", "yazl": "^3.3.1", "zod": "^4.3.6" },