diff --git a/package-lock.json b/package-lock.json index 8b7d84a056..61f7b7c198 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33102,19 +33102,6 @@ "node": ">= 0.4.0" } }, - "node_modules/uuid": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", - "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/esm/bin/uuid" - } - }, "node_modules/uvu": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", diff --git a/package.json b/package.json index 7cb69be16e..0b84785814 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ }, "overrides": { "serialize-javascript": "7.0.7", - "uuid": "^11.1.1", + "uuid": "^14.0.0", "js-cookie": "^3.0.0", "nx": { "axios": "^1.18.0",