From 8c744d3339128d5d7e560d957ca5dba7d9a6cb6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:25:13 +0100 Subject: [PATCH] fix(deps): update dependency uuid to v11 (#902) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 a827fb2..ef06024 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "lodash": "4.17.21", "mermaid": "11.3.0", "store2": "2.14.3", - "uuid": "10.0.0" + "uuid": "11.0.1" }, "devDependencies": { "@babel/eslint-parser": "7.25.8", @@ -9717,16 +9717,16 @@ "optional": true }, "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/vinyl": { diff --git a/package.json b/package.json index 66237e9..128d992 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "lodash": "4.17.21", "mermaid": "11.3.0", "store2": "2.14.3", - "uuid": "10.0.0" + "uuid": "11.0.1" }, "devDependencies": { "@babel/eslint-parser": "7.25.8",