From 3d19b71b35aa97c9e397b56f19d6e3cd454ef7d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:07:49 +0000 Subject: [PATCH] Bump uuid from 10.0.0 to 11.0.1 in the npm group Bumps the npm group with 1 update: [uuid](https://github.com/uuidjs/uuid). Updates `uuid` from 10.0.0 to 11.0.1 - [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...v11.0.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff88eabe0..9b1575700 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "node-forge": "^1.3.1", "path": "^0.12.7", "semver": "^7.6.3", - "uuid": "^10.0.0", + "uuid": "^11.0.1", "zlib": "^1.0.5" }, "devDependencies": { @@ -7331,14 +7331,15 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "10.0.0", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/webidl-conversions": { diff --git a/package.json b/package.json index 3c7a01834..6a2bc00a8 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "node-forge": "^1.3.1", "path": "^0.12.7", "semver": "^7.6.3", - "uuid": "^10.0.0", + "uuid": "^11.0.1", "zlib": "^1.0.5" }, "//": [