diff --git a/package-lock.json b/package-lock.json index 0777784..08fee09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "express": "4.22.1", "js-yaml": "4.1.1", "onnxruntime-node": "1.18.0", - "undici": "6.24.0", + "undici": "6.27.0", "uuid": "11.1.0" }, "bin": { @@ -6481,9 +6481,9 @@ } }, "node_modules/undici": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.0.tgz", - "integrity": "sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz", + "integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==", "license": "MIT", "engines": { "node": ">=18.17" diff --git a/package.json b/package.json index 24e1ead..eeaea72 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "express": "4.22.1", "js-yaml": "4.1.1", "onnxruntime-node": "1.18.0", - "undici": "6.24.0", + "undici": "6.27.0", "uuid": "11.1.0" }, "devDependencies": {