From 79836a5546c01df974bba9e9524e7d57cdbaf9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 22:19:26 +0000 Subject: [PATCH] Bump @huggingface/inference from 4.0.4 to 4.1.0 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 4.0.4 to 4.1.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.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6120df9c..2dd135b5 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.0.4", + "@huggingface/inference": "^4.1.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -2473,13 +2473,12 @@ } }, "node_modules/@huggingface/inference": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.0.4.tgz", - "integrity": "sha512-Pz0l435mmlQNNOvIBqoDdG+ckdg9WdERFa8AiBnFX7ejY9DWxU31wr0sY8v9l+bsrmk6rZ3BqIXOlf5wjJf8Uw==", - "license": "MIT", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.1.0.tgz", + "integrity": "sha512-x99k/Dl+9qNdHwTckmluvIq2o774xPkgRFk9pczi3/tNEqtt6hfp96iM1LAOYsP9kwnH9J3DSPCfTGiC/iqvKQ==", "dependencies": { "@huggingface/jinja": "^0.5.0", - "@huggingface/tasks": "^0.19.13" + "@huggingface/tasks": "^0.19.19" }, "engines": { "node": ">=18" @@ -2495,10 +2494,9 @@ } }, "node_modules/@huggingface/tasks": { - "version": "0.19.13", - "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.13.tgz", - "integrity": "sha512-OzIvUQNtvcTCDvGcbeav8+fZPDvpwBOFRlXxIuH8Vk7jHVJEFxzYzfRJ+1fAGmEBaRNueI2CcnbR97Sc6meSKA==", - "license": "MIT" + "version": "0.19.19", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.19.tgz", + "integrity": "sha512-+hXA5pk8gnaWc0BK/s5e68rwsucjPJjdoSBx9MCkRwVgVS0JwXCF5EbaSBSDt4CUDsq1uj33RbdQt/K9l2mJLg==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.13.0", diff --git a/package.json b/package.json index 949e2840..7dd080f4 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.0.4", + "@huggingface/inference": "^4.1.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",