diff --git a/package-lock.json b/package-lock.json index aeec1b8..0d150f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "aedes": "^0.51.2", "axios": "^1.7.2", "json2iob": "^2.6.12", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "devDependencies": { "@alcalzone/release-script": "^3.7.0", @@ -622,6 +622,18 @@ "node": ">=14" } }, + "node_modules/aedes/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" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -2985,9 +2997,9 @@ "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" diff --git a/package.json b/package.json index f1b2f0f..297dc3f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "aedes": "^0.51.2", "axios": "^1.7.2", "json2iob": "^2.6.12", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "devDependencies": { "@alcalzone/release-script": "^3.7.0",