diff --git a/package-lock.json b/package-lock.json index bc9e18c..5e18d8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "constructs": "^10.5.0", "fs-extra": "10.1.0", "lodash.get": "^4.4.2", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "@types/fs-extra": "^8.1.2", @@ -4635,6 +4635,16 @@ "node": ">=6" } }, + "node_modules/jest-junit/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/jest-leak-detector": { "version": "30.3.0", "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-30.3.0.tgz", @@ -8864,13 +8874,17 @@ "license": "MIT" }, "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==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "inBundle": true, "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index 75eb412..b95b4c0 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "constructs": "^10.5.0", "fs-extra": "10.1.0", "lodash.get": "^4.4.2", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "bundledDependencies": [ "fs-extra",