From 89a5e90b4c3bc97e15b7fe5b241b2fa8adafe9c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:31:05 +0000 Subject: [PATCH] Bump uuid in /sam_template/functions/account-applications Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v10.0.0...v11.1.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../account-applications/package-lock.json | 17 +++++++++-------- .../functions/account-applications/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) 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" } }