diff --git a/package-lock.json b/package-lock.json index 528212c..8c64d02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "simplebar-react": "^3.2.6", "styled-components": "^6.1.13", "tailwind-scrollbar": "^3.1.0", - "uuid": "^9.0.1", + "uuid": "^11.0.3", "yup": "^1.4.0" }, "devDependencies": { @@ -10885,16 +10885,16 @@ "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.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "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 b7734ea..52dc794 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "simplebar-react": "^3.2.6", "styled-components": "^6.1.13", "tailwind-scrollbar": "^3.1.0", - "uuid": "^9.0.1", + "uuid": "^11.0.3", "yup": "^1.4.0" }, "devDependencies": {