From 2d1337e23f5e83a4cb0fb88d2563ce895d81adfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:31:31 +0000 Subject: [PATCH] build(deps): bump uuid from 10.0.0 to 11.0.1 Bumps [uuid](https://github.com/uuidjs/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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2105126f..09db5616 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "toml": "^3.0.0", "twitter-api-v2": "^1.18.1", "user-agents": "^1.1.340", - "uuid": "^10.0.0", + "uuid": "^11.0.1", "winston": "^3.15.0", "ws": "^8.18.0", "yargs": "^17.7.2" @@ -6341,16 +6341,15 @@ "license": "MIT" }, "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.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/v8-compile-cache-lib": { diff --git a/package.json b/package.json index 12d633a4..efc1f5fd 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "toml": "^3.0.0", "twitter-api-v2": "^1.18.1", "user-agents": "^1.1.340", - "uuid": "^10.0.0", + "uuid": "^11.0.1", "winston": "^3.15.0", "ws": "^8.18.0", "yargs": "^17.7.2"