diff --git a/package-lock.json b/package-lock.json index 0700282..ce41428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1801,9 +1801,9 @@ } }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" }, "uuid-parse": { "version": "1.1.0", diff --git a/package.json b/package.json index 32c8c68..c66e458 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "elliptic": "^6.5.2", "hex-to-binary": "^1.0.1", "jsrsasign": "^10.3.0", - "uuid": "^8.3.2", + "uuid": "^9.0.1", "uuid-parse": "^1.1.0" }, "devDependencies": {