From b80e05b0c9f4ed6a087e627584f36957bf883a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:26:35 +0000 Subject: [PATCH] build(deps-dev): bump uuid from 8.3.2 to 11.0.5 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 11.0.5. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v11.0.5) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5ed5c3..1a21f40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "sass-loader": "^10.2.0", "tailwindcss": "^1.9.6", "testcafe": "^1.20.1", - "uuid": "^8.3.2", + "uuid": "^11.0.5", "vue": "^2.6.14", "vue-cli-plugin-electron-builder": "~2.1.1", "vue-highlightjs": "^1.3.3", @@ -16212,6 +16212,15 @@ "node": ">=4.2.0" } }, + "node_modules/devtools/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==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/diff": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", @@ -21938,6 +21947,15 @@ "node": ">=8" } }, + "node_modules/icon-gen/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==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/iconv-corefoundation": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/iconv-corefoundation/-/iconv-corefoundation-1.1.6.tgz", @@ -39526,12 +39544,16 @@ } }, "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.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-compile-cache": { diff --git a/package.json b/package.json index f06e91a..8d01730 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "sass-loader": "^10.2.0", "tailwindcss": "^1.9.6", "testcafe": "^1.20.1", - "uuid": "^8.3.2", + "uuid": "^11.0.5", "vue": "^2.6.14", "vue-cli-plugin-electron-builder": "~2.1.1", "vue-highlightjs": "^1.3.3",