diff --git a/export-server/package-lock.json b/export-server/package-lock.json index 5163470..195bf5f 100644 --- a/export-server/package-lock.json +++ b/export-server/package-lock.json @@ -427,9 +427,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "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==" }, "webidl-conversions": { "version": "3.0.1", diff --git a/export-server/package.json b/export-server/package.json index 5ccf653..687d601 100644 --- a/export-server/package.json +++ b/export-server/package.json @@ -23,7 +23,7 @@ "license": "GPL-3.0", "dependencies": { "canvas": "^2.11.2", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "engines": { "node": ">=12"