diff --git a/package-lock.json b/package-lock.json index a76c4c9c..9a00bdbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "simplebar-react": "^3.2.6", "styled-components": "^6.1.13", "tailwind-scrollbar": "^3.1.0", - "uuid": "^9.0.1", + "uuid": "^11.0.4", "yup": "^1.4.0" }, "devDependencies": { @@ -13404,16 +13404,15 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", "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/validate-npm-package-license": { diff --git a/package.json b/package.json index 7667857d..6e3c94de 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "simplebar-react": "^3.2.6", "styled-components": "^6.1.13", "tailwind-scrollbar": "^3.1.0", - "uuid": "^9.0.1", + "uuid": "^11.0.4", "yup": "^1.4.0" }, "devDependencies": {