diff --git a/package-lock.json b/package-lock.json index 6d4e95c6e3..543212d93e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "repl": "^0.1.3", "tsx": "^4.19.2", "typescript": "^5.7.3", - "uuid": "^11.0.4", + "uuid": "^11.0.5", "wasmedge_quickjs": "github:demergent-labs/wasmedge-quickjs#3b3b0ee91248ccf9cd954ffafbac7e024648af92" }, "bin": { @@ -9238,9 +9238,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", - "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", + "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" diff --git a/package.json b/package.json index 1f379b1299..da613445cd 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "repl": "^0.1.3", "tsx": "^4.19.2", "typescript": "^5.7.3", - "uuid": "^11.0.4", + "uuid": "^11.0.5", "wasmedge_quickjs": "github:demergent-labs/wasmedge-quickjs#3b3b0ee91248ccf9cd954ffafbac7e024648af92" }, "devDependencies": {