From 28207e83778bfc01dc6c1d586e8e196184a72e7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:17:50 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v10 (#547) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sukanya Rath <98050194+sukanya-rath@users.noreply.github.com> --- backend/package-lock.json | 8 ++++---- backend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 77814d17..c3903683 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -46,7 +46,7 @@ "prom-client": "^15.1.0", "reflect-metadata": "^0.2.1", "session-file-store": "^1.5.0", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "wait-for-expect": "^3.0.2", "winston": "^3.11.0", "xml2js": "^0.6.2", @@ -9336,9 +9336,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" diff --git a/backend/package.json b/backend/package.json index 4a5ea71b..d5aaf9be 100644 --- a/backend/package.json +++ b/backend/package.json @@ -41,7 +41,7 @@ "prom-client": "^15.1.0", "reflect-metadata": "^0.2.1", "session-file-store": "^1.5.0", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "wait-for-expect": "^3.0.2", "winston": "^3.11.0", "xml2js": "^0.6.2",