diff --git a/orchestrator/package-lock.json b/orchestrator/package-lock.json index 7f62288..9e3a39d 100644 --- a/orchestrator/package-lock.json +++ b/orchestrator/package-lock.json @@ -13,7 +13,7 @@ "express": "^4.17.1", "prom-client": "^15.0.0", "socket.io": "^4.1.3", - "uuid": "^9.0.0" + "uuid": "^10.0.0" } }, "node_modules/@opentelemetry/api": { @@ -912,9 +912,9 @@ } }, "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" @@ -1615,9 +1615,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "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==" }, "vary": { "version": "1.1.2", diff --git a/orchestrator/package.json b/orchestrator/package.json index 8768194..665fa63 100644 --- a/orchestrator/package.json +++ b/orchestrator/package.json @@ -14,6 +14,6 @@ "death": "^1.1.0", "express": "^4.17.1", "socket.io": "^4.1.3", - "uuid": "^9.0.0" + "uuid": "^10.0.0" } }