diff --git a/worker/app/package-lock.json b/worker/app/package-lock.json index ecfec01..071ba42 100644 --- a/worker/app/package-lock.json +++ b/worker/app/package-lock.json @@ -14,7 +14,7 @@ "death": "^1.1.0", "express": "^4.17.1", "socket.io-client": "^4.1.3", - "uuid": "^9.0.0" + "uuid": "^13.0.0" } }, "node_modules/@socket.io/component-emitter": { @@ -817,15 +817,15 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vary": { @@ -1451,9 +1451,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": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==" }, "vary": { "version": "1.1.2", diff --git a/worker/app/package.json b/worker/app/package.json index 5c025a4..961d7c0 100644 --- a/worker/app/package.json +++ b/worker/app/package.json @@ -13,7 +13,7 @@ "death": "^1.1.0", "express": "^4.17.1", "socket.io-client": "^4.1.3", - "uuid": "^9.0.0", + "uuid": "^13.0.0", "cpu-benchmark": "^1.0.1" } }