From 001659d8eb5521ef904d4a664eee52fd2b76a150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 03:49:16 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 11.1.0 in /qendpoint-frontend 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- qendpoint-frontend/package-lock.json | 24 +++++++++++++++++++----- qendpoint-frontend/package.json | 2 +- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/qendpoint-frontend/package-lock.json b/qendpoint-frontend/package-lock.json index 3ba4760f..ddc286e0 100644 --- a/qendpoint-frontend/package-lock.json +++ b/qendpoint-frontend/package-lock.json @@ -24,7 +24,7 @@ "react-scripts": "5.0.1", "typescript": "^4.1.2", "use-async-effect": "^2.2.5", - "uuid": "^8.3.2", + "uuid": "^11.1.0", "web-vitals": "^1.0.1" }, "devDependencies": { @@ -17120,6 +17120,15 @@ "websocket-driver": "^0.7.4" } }, + "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/sortablejs": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.0.tgz", @@ -18395,11 +18404,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/qendpoint-frontend/package.json b/qendpoint-frontend/package.json index d67ceb51..8a72548c 100644 --- a/qendpoint-frontend/package.json +++ b/qendpoint-frontend/package.json @@ -31,7 +31,7 @@ "react-scripts": "5.0.1", "typescript": "^4.1.2", "use-async-effect": "^2.2.5", - "uuid": "^8.3.2", + "uuid": "^11.1.0", "web-vitals": "^1.0.1" }, "devDependencies": {