From a05ae78dbb81e49af598232ab90339d7342f7129 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-fit-connect@fitko.de> Date: Wed, 12 Mar 2025 13:00:09 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11 --- typescript/package-lock.json | 16 ++++++++-------- typescript/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 7a51f36..5fe7018 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -12,7 +12,7 @@ "jsrsasign": "11.1.0", "node-forge": "1.3.1", "tslog": "4.9.3", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "devDependencies": { "@types/jest": "^29.5.3", @@ -3563,15 +3563,15 @@ } }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-to-istanbul": { @@ -6360,9 +6360,9 @@ } }, "uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==" }, "v8-to-istanbul": { "version": "9.2.0", diff --git a/typescript/package.json b/typescript/package.json index f67adc0..0236bdf 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -14,7 +14,7 @@ "jose": "^6.0.0", "jsrsasign": "11.1.0", "node-forge": "1.3.1", - "uuid": "^10.0.0", + "uuid": "^11.0.0", "tslog": "4.9.3" }, "devDependencies": { -- GitLab