From 269e260bf228d5952e2aa3f2db89dbd27319ff75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 23:13:25 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11 [security] --- package-lock.json | 20 ++++++++++++-------- package.json | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 049f574..24f5a0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "rimraf": "3.0.2", "rollup": "2.79.1", "rollup-plugin-terser": "7.0.2", - "uuid": "8.3.2", + "uuid": "11.1.1", "yargs": "17.7.2" }, "bin": { @@ -5388,11 +5388,15 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/wcwidth": { @@ -9247,9 +9251,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==" }, "wcwidth": { "version": "1.0.1", diff --git a/package.json b/package.json index 1004c22..b5d4faf 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "rimraf": "3.0.2", "rollup": "2.79.1", "rollup-plugin-terser": "7.0.2", - "uuid": "8.3.2", + "uuid": "11.1.1", "yargs": "17.7.2" }, "lint-staged": {