From fbf26a3806f290be0a761a1fb5b5292c9c6f2cd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:03:34 +0000 Subject: [PATCH] chore: update dependency uuid to v10 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57a6c95b..a8aa67a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "sax": "^1.4.1", "selectn": "^1.1.2", "strong-globalize": "^6.0.6", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "xml-crypto": "^3.2.0", "xmlbuilder": "^10.1.1" }, @@ -11280,9 +11280,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/package.json b/package.json index d854a377..1cd9c1f3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "sax": "^1.4.1", "selectn": "^1.1.2", "strong-globalize": "^6.0.6", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "xml-crypto": "^3.2.0", "xmlbuilder": "^10.1.1" },