diff --git a/theme/includes/sms/twilio/package-lock.json b/theme/includes/sms/twilio/package-lock.json index 8a12c775..71ed5882 100644 --- a/theme/includes/sms/twilio/package-lock.json +++ b/theme/includes/sms/twilio/package-lock.json @@ -5,23 +5,27 @@ "packages": { "": { "dependencies": { - "uuid": "^8.3.2" + "uuid": "^14.0.0" } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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" + ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } } }, "dependencies": { "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==" } } } diff --git a/theme/includes/sms/twilio/package.json b/theme/includes/sms/twilio/package.json index 1456e6db..4ff46b33 100644 --- a/theme/includes/sms/twilio/package.json +++ b/theme/includes/sms/twilio/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "uuid": "^8.3.2" + "uuid": "^14.0.0" } }