diff --git a/web-console/package-lock.json b/web-console/package-lock.json index 44d3cbae2a43..7f9b4e2e8229 100644 --- a/web-console/package-lock.json +++ b/web-console/package-lock.json @@ -49,7 +49,7 @@ "react-table": "~6.10.3", "regenerator-runtime": "^0.13.7", "tslib": "^2.3.1", - "uuid": "^7.0.2", + "uuid": "^14.0.0", "zustand": "^4.3.2" }, "devDependencies": { @@ -17519,11 +17519,15 @@ } }, "node_modules/uuid": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.2.tgz", - "integrity": "sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache": { @@ -31552,9 +31556,9 @@ "dev": true }, "uuid": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.2.tgz", - "integrity": "sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==" + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==" }, "v8-compile-cache": { "version": "2.3.0", diff --git a/web-console/package.json b/web-console/package.json index 9c9f38d24cba..28e15729e1a8 100644 --- a/web-console/package.json +++ b/web-console/package.json @@ -103,7 +103,7 @@ "react-table": "~6.10.3", "regenerator-runtime": "^0.13.7", "tslib": "^2.3.1", - "uuid": "^7.0.2", + "uuid": "^14.0.0", "zustand": "^4.3.2" }, "devDependencies": {