diff --git a/package-lock.json b/package-lock.json index b7041f4f..aef30faa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-gtm-module": "2.0.11", - "uuid": "8.3.2" + "uuid": "11.0.3" }, "devDependencies": { "@commitlint/cli": "^19.5.0", @@ -13537,10 +13537,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 df4cc3da..76a4f582 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-gtm-module": "2.0.11", - "uuid": "8.3.2" + "uuid": "11.0.3" }, "devDependencies": { "@commitlint/cli": "^19.5.0",