From 1e76c78ca06825d1d753e339b34e29cdd277720c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:30:08 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 11.1.0 in /enatega-multivendor-web Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 11.1.0. - [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/v8.3.2...v11.1.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- enatega-multivendor-web/package-lock.json | 34 +++++++++++++++++++---- enatega-multivendor-web/package.json | 2 +- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/enatega-multivendor-web/package-lock.json b/enatega-multivendor-web/package-lock.json index 2ef4768..97033ca 100644 --- a/enatega-multivendor-web/package-lock.json +++ b/enatega-multivendor-web/package-lock.json @@ -54,7 +54,7 @@ "source-map-explorer": "^2.5.2", "stripe": "^12.3.0", "subscriptions-transport-ws": "^0.9.19", - "uuid": "^8.3.2", + "uuid": "^11.1.0", "web-vitals": "^0.2.4" } }, @@ -14635,6 +14635,16 @@ "node": ">=10" } }, + "node_modules/node-notifier/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", + "optional": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/node-notifier/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -19621,6 +19631,15 @@ "ms": "^2.1.1" } }, + "node_modules/sockjs/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/sort-keys": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", @@ -21592,11 +21611,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "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": { diff --git a/enatega-multivendor-web/package.json b/enatega-multivendor-web/package.json index 8227453..b074a6a 100644 --- a/enatega-multivendor-web/package.json +++ b/enatega-multivendor-web/package.json @@ -48,7 +48,7 @@ "source-map-explorer": "^2.5.2", "stripe": "^12.3.0", "subscriptions-transport-ws": "^0.9.19", - "uuid": "^8.3.2", + "uuid": "^11.1.0", "web-vitals": "^0.2.4" }, "scripts": {