From 866871af90740b2c0cd29433f8ece0d8fa10c014 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 19:42:13 +0000 Subject: [PATCH] [Prod] Update dependency uuid to v10 --- tpl/package-lock.json | 8 ++++---- tpl/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tpl/package-lock.json b/tpl/package-lock.json index 4441c2a..84a4c50 100644 --- a/tpl/package-lock.json +++ b/tpl/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "jquery": "3.7.1", "linq": "4.0.3", - "uuid": "9.0.1" + "uuid": "10.0.0" }, "devDependencies": { "@babel/core": "7.28", @@ -9797,9 +9797,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/tpl/package.json b/tpl/package.json index 041ecf0..3ff6a6b 100644 --- a/tpl/package.json +++ b/tpl/package.json @@ -13,7 +13,7 @@ "dependencies": { "jquery": "3.7.1", "linq": "4.0.3", - "uuid": "9.0.1" + "uuid": "10.0.0" }, "devDependencies": { "@babel/core": "7.28",