diff --git a/package-lock.json b/package-lock.json index 1f54751..ae2d776 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": "^10.0.0" }, "devDependencies": { "@kth/eslint-config-kth": "^3.0.10", @@ -9382,9 +9382,13 @@ } }, "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": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } diff --git a/package.json b/package.json index a11fb2c..839e6d3 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": "^10.0.0" }, "devDependencies": { "@kth/eslint-config-kth": "^3.0.10",