diff --git a/v2/api-validator/package-lock.json b/v2/api-validator/package-lock.json index 079c5791..8f20091f 100644 --- a/v2/api-validator/package-lock.json +++ b/v2/api-validator/package-lock.json @@ -28,7 +28,7 @@ "pino": "^8.14.1", "pino-pretty": "^10.0.1", "randexp": "^0.5.3", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "verror": "^1.10.1" }, "devDependencies": { @@ -6128,9 +6128,14 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "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" } diff --git a/v2/api-validator/package.json b/v2/api-validator/package.json index 41d01597..7497aa9f 100644 --- a/v2/api-validator/package.json +++ b/v2/api-validator/package.json @@ -56,7 +56,7 @@ "pino": "^8.14.1", "pino-pretty": "^10.0.1", "randexp": "^0.5.3", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "verror": "^1.10.1" }, "devDependencies": {