From d93295058183abe7d2753380921973e0050fcb41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:55:36 +0000 Subject: [PATCH] build(deps): bump uuid from 11.1.1 to 14.0.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.1 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/v11.1.1...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 | 23 ++++++++++++++++++----- package.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f2c5a2..03dd21c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "postman-collection": "5.3.0", "react": "^19.2.4", "react-dom": "^19.2.7", - "uuid": "11.1.1" + "uuid": "14.0.1" }, "devDependencies": { "@tailwindcss/vite": "^4", @@ -1679,6 +1679,19 @@ "node": ">=10" } }, + "node_modules/postman-collection/node_modules/uuid": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/postman-url-encoder": { "version": "3.0.8", "resolved": "https://registry.npmjs.org/postman-url-encoder/-/postman-url-encoder-3.0.8.tgz", @@ -1854,16 +1867,16 @@ } }, "node_modules/uuid": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", - "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "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" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vite": { diff --git a/package.json b/package.json index 641d367..bdc8915 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "postman-collection": "5.3.0", "react": "^19.2.4", "react-dom": "^19.2.7", - "uuid": "11.1.1" + "uuid": "14.0.1" }, "devDependencies": { "@tailwindcss/vite": "^4",