From e1cd7ee7cd1a98dd68f02edcecb05c5167c5501b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 22:10:25 +0000 Subject: [PATCH] Bump uuid from 3.3.2 to 14.0.0 in /app/lambda_functions/newpoint Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.2 to 14.0.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/v3.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../newpoint/package-lock.json | 27 ++++++++++++++----- app/lambda_functions/newpoint/package.json | 2 +- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/app/lambda_functions/newpoint/package-lock.json b/app/lambda_functions/newpoint/package-lock.json index 96f92ab..233de7d 100644 --- a/app/lambda_functions/newpoint/package-lock.json +++ b/app/lambda_functions/newpoint/package-lock.json @@ -1,13 +1,28 @@ { "name": "newpoint", "version": "1.0.0", - "lockfileVersion": 1, + "lockfileVersion": 3, "requires": true, - "dependencies": { - "uuid": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", - "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" + "packages": { + "": { + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "uuid": "^14.0.0" + } + }, + "node_modules/uuid": { + "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-node/bin/uuid" + } } } } diff --git a/app/lambda_functions/newpoint/package.json b/app/lambda_functions/newpoint/package.json index 06cfbc8..371efa6 100644 --- a/app/lambda_functions/newpoint/package.json +++ b/app/lambda_functions/newpoint/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "uuid": "^3.3.2" + "uuid": "^14.0.0" } }