diff --git a/package-lock.json b/package-lock.json index e3032ac..6bbd65e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "sass-loader": "^10.2.0", "tailwindcss": "^1.9.6", "testcafe": "^3.7.2", - "uuid": "^11.1.0", + "uuid": "^12.0.0", "vue": "^2.6.14", "vue-cli-plugin-electron-builder": "~2.1.1", "vue-highlightjs": "^1.3.3", @@ -14396,6 +14396,19 @@ "node": ">= 10.0.0" } }, + "node_modules/codeceptjs/node_modules/uuid": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/coffeescript": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-2.7.0.tgz", @@ -40876,16 +40889,17 @@ } }, "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz", + "integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==", + "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist/bin/uuid" } }, "node_modules/v8-compile-cache": { diff --git a/package.json b/package.json index 9057031..0869b0f 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "sass-loader": "^10.2.0", "tailwindcss": "^1.9.6", "testcafe": "^3.7.2", - "uuid": "^11.1.0", + "uuid": "^12.0.0", "vue": "^2.6.14", "vue-cli-plugin-electron-builder": "~2.1.1", "vue-highlightjs": "^1.3.3",