From 590cb9f208bfcf9be1cc9555aae01dd569ef2bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:19:08 +0000 Subject: [PATCH] build(deps): bump uuid from 9.0.1 to 11.0.3 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.3. - [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...v11.0.3) --- updated-dependencies: - dependency-name: uuid 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 a74d33b4..ada713b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "numeric": "^1.2.6", "ootk": "^4.0.2", "resizable": "^1.2.1", - "uuid": "^9.0.1", + "uuid": "^11.0.3", "webgl-obj-loader": "^2.0.8" }, "devDependencies": { @@ -14378,6 +14378,19 @@ "node": ">=14" } }, + "node_modules/retire/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -16123,15 +16136,15 @@ "dev": true }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/uuid-v4": { diff --git a/package.json b/package.json index d030ea2a..4876c89d 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ "numeric": "^1.2.6", "ootk": "^4.0.2", "resizable": "^1.2.1", - "uuid": "^9.0.1", + "uuid": "^11.0.3", "webgl-obj-loader": "^2.0.8" } }