diff --git a/package-lock.json b/package-lock.json index 309fd64945b..bd650584bc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "style-dictionary": "^4.4.0", "tabbable": "^5.3.3", "uncontrollable": "^7.2.1", - "uuid": "^9.0.0" + "uuid": "^13.0.0" }, "bin": { "paragon": "bin/paragon-scripts.js" @@ -4032,6 +4032,19 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, + "example/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "example/node_modules/v8-to-istanbul": { "version": "9.3.0", "license": "ISC", @@ -48695,14 +48708,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/uvu": { @@ -50013,7 +50028,7 @@ "sass": "^1.53.0", "sass-loader": "12.6.0", "slugify": "^1.6.5", - "uuid": "^9.0.0" + "uuid": "^13.0.0" }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.16.7", diff --git a/package.json b/package.json index c55666da162..27e51693310 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "style-dictionary": "^4.4.0", "tabbable": "^5.3.3", "uncontrollable": "^7.2.1", - "uuid": "^9.0.0" + "uuid": "^13.0.0" }, "peerDependencies": { "react": "^16.8.6 || ^17 || ^18", diff --git a/www/package.json b/www/package.json index 806cf5480f9..284832ecde2 100644 --- a/www/package.json +++ b/www/package.json @@ -42,7 +42,7 @@ "sass": "^1.53.0", "sass-loader": "12.6.0", "slugify": "^1.6.5", - "uuid": "^9.0.0" + "uuid": "^13.0.0" }, "keywords": [ "paragon",