diff --git a/package-lock.json b/package-lock.json index f6ea8394..f7540f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "sinon": "^15.1.2", "swagger-ui-express": "^4.3.0", "traverse": "^0.6.6", - "uuid": "^8.3.2", + "uuid": "^11.0.5", "winston": "^3.6.0" }, "devDependencies": { @@ -15928,10 +15928,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-to-istanbul": { @@ -27508,7 +27514,9 @@ "version": "1.0.1" }, "uuid": { - "version": "8.3.2" + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==" }, "v8-to-istanbul": { "version": "9.3.0", diff --git a/package.json b/package.json index 5975b429..bf5c1dbb 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "sinon": "^15.1.2", "swagger-ui-express": "^4.3.0", "traverse": "^0.6.6", - "uuid": "^8.3.2", + "uuid": "^11.0.5", "winston": "^3.6.0" }, "jest": {