From 69bbb230490a4d331d6cfd2f63d19f3fffa4680f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 22:28:51 +0000 Subject: [PATCH] Bump @huggingface/inference from 4.1.0 to 4.3.0 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/huggingface/huggingface.js/releases) - [Commits](https://github.com/huggingface/huggingface.js/commits) --- updated-dependencies: - dependency-name: "@huggingface/inference" dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e9f5542..be035de3 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": "^4.1.0", + "@huggingface/inference": "^4.3.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -2473,12 +2473,12 @@ } }, "node_modules/@huggingface/inference": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.1.0.tgz", - "integrity": "sha512-x99k/Dl+9qNdHwTckmluvIq2o774xPkgRFk9pczi3/tNEqtt6hfp96iM1LAOYsP9kwnH9J3DSPCfTGiC/iqvKQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.3.0.tgz", + "integrity": "sha512-ZXolMKGpgvDOURyZSL0TUMUwLSxclSmbp/skxbVvys3T7DHojzQeWpObSfphF+AmPPgwIZCJRgGC/2QOGw2OYQ==", "dependencies": { "@huggingface/jinja": "^0.5.0", - "@huggingface/tasks": "^0.19.19" + "@huggingface/tasks": "^0.19.21" }, "engines": { "node": ">=18" @@ -2494,9 +2494,9 @@ } }, "node_modules/@huggingface/tasks": { - "version": "0.19.19", - "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.19.tgz", - "integrity": "sha512-+hXA5pk8gnaWc0BK/s5e68rwsucjPJjdoSBx9MCkRwVgVS0JwXCF5EbaSBSDt4CUDsq1uj33RbdQt/K9l2mJLg==" + "version": "0.19.22", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.22.tgz", + "integrity": "sha512-jtRXsJZTES01X4gJ5VOUnEm3ONyyfXUcWKObbWkr/SQmjaH/kxtWqc2zVWKaxL4QLoXqXJ+T+Pi5xupMStSudQ==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.13.0", diff --git a/package.json b/package.json index 26045c26..02790553 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": "^4.1.0", + "@huggingface/inference": "^4.3.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",