From 8b360b2d4f7bb82fa9a9b3e4252a98d988e874f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:16:24 +0000 Subject: [PATCH] deps: bump uuid from 10.0.0 to 11.0.2 (#3099) Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.2. - [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.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 32cf09eb1..9bbcec137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "u-wave-parse-chat-markup": "^2.5.0", "url-polyfill": "^1.1.11", "use-debounce": "^10.0.4", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "whatwg-fetch": "^3.4.0" }, "devDependencies": { @@ -13113,16 +13113,15 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "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/vary": { diff --git a/package.json b/package.json index c1040032e..0b96986d5 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "u-wave-parse-chat-markup": "^2.5.0", "url-polyfill": "^1.1.11", "use-debounce": "^10.0.4", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "whatwg-fetch": "^3.4.0" }, "devDependencies": {