From 4f6309552e27f752086d21e4154efd4836e3fcf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:02:00 +0000 Subject: [PATCH] Bump uuid from 10.0.0 to 12.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 12.0.0. - [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/v10.0.0...v12.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 12.0.0 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 9a5fe8c2..5c9dc5cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "sift": "^17.1.3", "tough-cookie": "^4.0.0", "tz-lookup": "^6.1.25", - "uuid": "^10.0.0", + "uuid": "^12.0.0", "yauzl": "^3.1.3" }, "devDependencies": { @@ -4285,9 +4285,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz", + "integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 015b1cc0..c2658d86 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "sift": "^17.1.3", "tough-cookie": "^4.0.0", "tz-lookup": "^6.1.25", - "uuid": "^10.0.0", + "uuid": "^12.0.0", "yauzl": "^3.1.3" }, "devDependencies": {