From 0b636f67cf752edfd52607cad50c47eba1858476 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:45:05 +0100 Subject: [PATCH] chore(deps): update dependency uuid to v11 (#593) 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 5a9c5cb..5a58c6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "shx": "0.3.4", "svg-sprite": "2.0.4", "svgtofont": "6.0.0", - "uuid": "10.0.0", + "uuid": "11.0.1", "webpack": "5.95.0", "webpack-cli": "5.1.4", "webpack-manifest-plugin": "5.0.0", @@ -9733,9 +9733,9 @@ "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==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -9743,7 +9743,7 @@ ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/vinyl": { diff --git a/package.json b/package.json index 6adb309..365d5d9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "shx": "0.3.4", "svg-sprite": "2.0.4", "svgtofont": "6.0.0", - "uuid": "10.0.0", + "uuid": "11.0.1", "webpack": "5.95.0", "webpack-cli": "5.1.4", "webpack-manifest-plugin": "5.0.0",