diff --git a/sam_template/functions/account-applications/package-lock.json b/sam_template/functions/account-applications/package-lock.json index d567a37..f3d5e8e 100644 --- a/sam_template/functions/account-applications/package-lock.json +++ b/sam_template/functions/account-applications/package-lock.json @@ -9,27 +9,28 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "uuid": "^10.0.0" + "uuid": "^11.1.0" } }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "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/bin/uuid" + "uuid": "dist/esm/bin/uuid" } } }, "dependencies": { "uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" + "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==" } } } diff --git a/sam_template/functions/account-applications/package.json b/sam_template/functions/account-applications/package.json index 7bb6232..2423d62 100644 --- a/sam_template/functions/account-applications/package.json +++ b/sam_template/functions/account-applications/package.json @@ -4,6 +4,6 @@ "description": "A set of Lambda functions that operate on Account Applications", "license": "MIT", "dependencies": { - "uuid": "^10.0.0" + "uuid": "^11.1.0" } }