diff --git a/package-lock.json b/package-lock.json index f34e599..5647118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "swagger-ui-express": "^5.0.1", "tsx": "^4.19.4", "typescript": "^4.6.4", - "uuid": "^9.0.0", + "uuid": "^13.0.0", "vike": "^0.4.247", "vite": "^6.4.1", "vue": "^3.2.45", @@ -16150,15 +16150,15 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { @@ -28316,9 +28316,9 @@ "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" }, "uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==" }, "v8-compile-cache-lib": { "version": "3.0.1", diff --git a/package.json b/package.json index 98263e4..863fb8f 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "swagger-ui-express": "^5.0.1", "tsx": "^4.19.4", "typescript": "^4.6.4", - "uuid": "^9.0.0", + "uuid": "^13.0.0", "vike": "^0.4.247", "vite": "^6.4.1", "vue": "^3.2.45",