From e1aebbe719abb9712b30cf02953080067cb6b7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:23:23 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 14.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/v8.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 195224b..4bf8d3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "sharp": "^0.34.5", "topojson-client": "^3.1.0", "us-atlas": "^3.0.1", - "uuid": "^8.3.2" + "uuid": "^14.0.0" } }, "node_modules/@atproto/api": { @@ -1192,12 +1192,16 @@ "license": "ISC" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/yallist": { diff --git a/package.json b/package.json index cc385da..99417f6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "sharp": "^0.34.5", "topojson-client": "^3.1.0", "us-atlas": "^3.0.1", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "scripts": { "ohio": "node states/ohio.js",