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" } }