diff --git a/package-lock.json b/package-lock.json index d1477128..2e376725 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-gtm-module": "2.0.11", "remark-gfm": "^3.0.1", "slugify": "^1.6.6", - "uuid": "8.3.2" + "uuid": "11.0.3" }, "devDependencies": { "@commitlint/cli": "^19.6.0", @@ -15187,10 +15187,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 df82d84d..ad497a54 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-gtm-module": "2.0.11", "remark-gfm": "^3.0.1", "slugify": "^1.6.6", - "uuid": "8.3.2" + "uuid": "11.0.3" }, "devDependencies": { "@commitlint/cli": "^19.6.0",