diff --git a/package-lock.json b/package-lock.json index fa6d9f1..23b9ad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "form-data": "^4.0.0", "node-fetch": "^2.6.7", "url-join": "^4.0.1", - "uuid": "^8.3.2" + "uuid": "^11.0.5" }, "devDependencies": { "@kth/eslint-config-kth": "^3.0.10", @@ -9143,11 +9143,16 @@ } }, "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": "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": { diff --git a/package.json b/package.json index c27ad18..090dc42 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "form-data": "^4.0.0", "node-fetch": "^2.6.7", "url-join": "^4.0.1", - "uuid": "^8.3.2" + "uuid": "^11.0.5" }, "devDependencies": { "@kth/eslint-config-kth": "^3.0.10",