diff --git a/package-lock.json b/package-lock.json index ede998d..e97606b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "fs-extra": "^11.3.0", "prompts": "^2.4.2", "update-notifier": "^7.3.1", - "uuid": "^11.0.5" + "uuid": "^14.0.0" }, "bin": { "aecli": "src/aecli.js" @@ -9454,16 +9454,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", - "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", + "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" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-to-istanbul": { diff --git a/package.json b/package.json index e3650cf..9367489 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "fs-extra": "^11.3.0", "prompts": "^2.4.2", "update-notifier": "^7.3.1", - "uuid": "^11.0.5" + "uuid": "^14.0.0" }, "devDependencies": { "@commitlint/cli": "^19.6.1",