diff --git a/package-lock.json b/package-lock.json index 33538c5..8b50ae3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "uuid": "^12.0.0" + "uuid": "^13.0.0" }, "devDependencies": { "@aws-appsync/utils": "^2.0.3", @@ -5488,16 +5488,16 @@ } }, "node_modules/uuid": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-12.0.0.tgz", - "integrity": "sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "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-to-istanbul": { diff --git a/package.json b/package.json index e9b49f6..cea006c 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "jest": "^30.1.3" }, "dependencies": { - "uuid": "^12.0.0" + "uuid": "^13.0.0" } }