From 4fab50f23d3182482cc2110bf27c260964c4709a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:43:40 +0000 Subject: [PATCH] build(deps): Bump uuid from 10.0.0 to 11.0.3 Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 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/v10.0.0...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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf80b00..e0ecbaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "pretty-bytes": "^6.1.1", "sanitize-filename": "^1.6.3", "semver-parser": "^4.1.6", - "uuid": "^10.0.0", + "uuid": "^11.0.3", "yargs": "^17.7.2" }, "bin": { @@ -438,15 +438,15 @@ "integrity": "sha1-9F8VDExm7uloGGUFq5P8u4rWv2E=" }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "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/wrap-ansi": { @@ -793,9 +793,9 @@ "integrity": "sha1-9F8VDExm7uloGGUFq5P8u4rWv2E=" }, "uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==" }, "wrap-ansi": { "version": "7.0.0", diff --git a/package.json b/package.json index 75cde21..4d14fe0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "pretty-bytes": "^6.1.1", "sanitize-filename": "^1.6.3", "semver-parser": "^4.1.6", - "uuid": "^10.0.0", + "uuid": "^11.0.3", "yargs": "^17.7.2" } }