From 16194a4f3cae1ef898617bf8464061ed47ba2096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 09:19:37 +0000 Subject: [PATCH] build(deps): bump uuid from 9.0.1 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 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/v9.0.1...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 | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index aaccf719e..89382a9ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mmgis", - "version": "5.0.12-20260521", + "version": "5.0.13-20260521", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mmgis", - "version": "5.0.12-20260521", + "version": "5.0.13-20260521", "hasInstallScript": true, "dependencies": { "@azure/ai-agents": "^1.0.0-beta.1", @@ -109,7 +109,7 @@ "turf": "^3.0.14", "util": "^0.12.3", "utm-utils": "^0.1.0", - "uuid": "^9.0.0", + "uuid": "^14.0.0", "winston": "3.19.0", "ws": "8.18.3", "xml2js": "^0.6.2", @@ -26757,15 +26757,15 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "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" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/validator": { @@ -47076,9 +47076,9 @@ } }, "uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==" }, "validator": { "version": "13.15.26", diff --git a/package.json b/package.json index 6fa7adb0b..c55ccc923 100644 --- a/package.json +++ b/package.json @@ -171,7 +171,7 @@ "turf": "^3.0.14", "util": "^0.12.3", "utm-utils": "^0.1.0", - "uuid": "^9.0.0", + "uuid": "^14.0.0", "winston": "3.19.0", "ws": "8.18.3", "xml2js": "^0.6.2",