diff --git a/package-lock.json b/package-lock.json index f8257588..e3ab0b65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "@headlessui/react": "^2.2.4", - "@huggingface/inference": "^3.15.0", + "@huggingface/inference": "^4.0.3", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -2472,13 +2472,13 @@ } }, "node_modules/@huggingface/inference": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-3.15.0.tgz", - "integrity": "sha512-C+Adt4fu4ztlq0Al9EOgEdK5Hl8ebV1eoDEWegJPdAJ97U8A1aqBbl1Sp4S4+wIy3nLApTrtcLuoizGZmLtDMA==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.0.3.tgz", + "integrity": "sha512-TE1IvY+4DQJhjpJsFdBqDHu0Jg+p/+9G5UmW3hmLBcUJzy7P4J0yZky+VFniSVxI8dFA4eKKcW8/uYD+yZM9NA==", "license": "MIT", "dependencies": { "@huggingface/jinja": "^0.5.0", - "@huggingface/tasks": "^0.19.9" + "@huggingface/tasks": "^0.19.12" }, "engines": { "node": ">=18" @@ -2494,9 +2494,9 @@ } }, "node_modules/@huggingface/tasks": { - "version": "0.19.10", - "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.10.tgz", - "integrity": "sha512-7OD9VGpoFFMZ+JdWewPrYQzBYYQGO8IkrWjs+dXsHA8kKF6jGZXDwddqRuE3ZTqpn0sn90jskaG/UbxEhnjoPg==", + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.12.tgz", + "integrity": "sha512-rg5+phoJg7SCqbUx9O9I+bfZkZBf6rqf2XGuN7M+uuwBSO4zO3V9s/Iqein1QSEhktR4g5OVBUZimodkX4ISkg==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 6e575744..560c29da 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "@headlessui/react": "^2.2.4", - "@huggingface/inference": "^3.15.0", + "@huggingface/inference": "^4.0.3", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",