From 6650bbef47b971faaa9d8b12c21ca6070c67e792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:02:21 +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 | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3a8b125f..efe289450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maproulette3", - "version": "3.17.19", + "version": "3.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maproulette3", - "version": "3.17.19", + "version": "3.18.1", "dependencies": { "@apollo/client": "^3.5.4", "@dnd-kit/core": "^6.3.1", @@ -93,7 +93,7 @@ "stale-lru-cache": "^5.1.1", "styled-components": "^5.1.0", "timezones.json": "^1.5.2", - "uuid": "^8.1.0", + "uuid": "^14.0.0", "uuid-time": "^1.0.0", "vkbeautify": "^0.99.3", "xmltojson": "^1.3.5" @@ -15366,12 +15366,16 @@ "license": "MIT" }, "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/uuid-time": { diff --git a/package.json b/package.json index fb2a7e3e5..fe2887844 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "stale-lru-cache": "^5.1.1", "styled-components": "^5.1.0", "timezones.json": "^1.5.2", - "uuid": "^8.1.0", + "uuid": "^14.0.0", "uuid-time": "^1.0.0", "vkbeautify": "^0.99.3", "xmltojson": "^1.3.5"