diff --git a/package-lock.json b/package-lock.json index bdb179f..499fd56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "node-sws": "1.2.x", "siphash": "1.1.0", "ssl-root-cas": "1.3.1", - "uuid": "8.0.0", + "uuid": "14.0.0", "wspp": "*" }, "devDependencies": { @@ -1274,11 +1274,16 @@ } }, "node_modules/uuid": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz", - "integrity": "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==", + "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/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vary": { diff --git a/package.json b/package.json index c790a5f..ccbc1c1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "node-sws": "1.2.x", "siphash": "1.1.0", "ssl-root-cas": "1.3.1", - "uuid": "8.0.0", + "uuid": "14.0.0", "wspp": "latest" }, "devDependencies": {