From c5cef68f9199267bda88734704bbcabf16df9605 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:50:20 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55ce4a9d..1fb102ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "markdown-it": "14.1.0", "modern-css-reset": "1.4.0", "nunjucks": "3.2.4", - "uuid": "10.0.0" + "uuid": "11.0.1" }, "devDependencies": { "@commitlint/cli": "19.5.0", @@ -24268,16 +24268,16 @@ } }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-compile-cache": { diff --git a/package.json b/package.json index 28c74be7..9b98ff96 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "markdown-it": "14.1.0", "modern-css-reset": "1.4.0", "nunjucks": "3.2.4", - "uuid": "10.0.0" + "uuid": "11.0.1" }, "devDependencies": { "@commitlint/cli": "19.5.0",