diff --git a/package-lock.json b/package-lock.json index 0e2ac2e..bd642e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "mocha": "^10.1.0", "nyc": "^15.0.1", "prettier": "2.2.1", - "uuid": "^8.0.0" + "uuid": "^14.0.0" } }, "node_modules/@ampproject/remapping": { @@ -2439,6 +2439,16 @@ "node": ">=8" } }, + "node_modules/istanbul-lib-processinfo/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, + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/istanbul-lib-report": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", @@ -4354,12 +4364,17 @@ } }, "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": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache": { diff --git a/package.json b/package.json index f6a7673..caecd99 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "mocha": "^10.1.0", "nyc": "^15.0.1", "prettier": "2.2.1", - "uuid": "^8.0.0" + "uuid": "^14.0.0" }, "lint-staged": { "*.js": "eslint",