diff --git a/package-lock.json b/package-lock.json index 86639a0..98683d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "path-exists": "^5.0.0", "path-type": "^5.0.0", "semver": "^7.5.4", - "uuid": "^9.0.0", + "uuid": "^10.0.0", "winston": "^3.10.0", "winston-error-format": "^3.0.0", "yargs": "^17.7.2" @@ -35,7 +35,7 @@ "@ava/typescript": "^4.1.0", "@tsconfig/node20": "^20.1.2", "@types/semver": "^7.5.8", - "@types/uuid": "^9.0.2", + "@types/uuid": "^10.0.0", "@types/yargs": "^17.0.24", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", @@ -718,10 +718,11 @@ "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==" }, "node_modules/@types/uuid": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", - "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", - "dev": true + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", + "dev": true, + "license": "MIT" }, "node_modules/@types/yargs": { "version": "17.0.32", @@ -6577,13 +6578,14 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } diff --git a/package.json b/package.json index bbb342e..5af62aa 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@ava/typescript": "^4.1.0", "@tsconfig/node20": "^20.1.2", "@types/semver": "^7.5.8", - "@types/uuid": "^9.0.2", + "@types/uuid": "^10.0.0", "@types/yargs": "^17.0.24", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", @@ -105,7 +105,7 @@ "path-exists": "^5.0.0", "path-type": "^5.0.0", "semver": "^7.5.4", - "uuid": "^9.0.0", + "uuid": "^10.0.0", "winston": "^3.10.0", "winston-error-format": "^3.0.0", "yargs": "^17.7.2"