diff --git a/package-lock.json b/package-lock.json index 9066daf6..b0740945 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-dom": "^18.3.1", "react-dropzone": "^14.2.3", "react-gtm-module": "2.0.11", - "uuid": "8.3.2", + "uuid": "11.0.3", "validate.js": "^0.13.1" }, "devDependencies": { @@ -10685,10 +10685,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", + "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/uvu": { diff --git a/package.json b/package.json index 4689887f..9eef76e0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-dom": "^18.3.1", "react-dropzone": "^14.2.3", "react-gtm-module": "2.0.11", - "uuid": "8.3.2", + "uuid": "11.0.3", "validate.js": "^0.13.1" }, "devDependencies": {