From a75f7c02d2709a674ec8e0875f5df08cf6fd2bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 22:32:42 +0000 Subject: [PATCH] Bump @huggingface/inference from 3.8.1 to 3.11.0 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 3.8.1 to 3.11.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: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++------------ package.json | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b8d170b..ba3b1726 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.0", - "@huggingface/inference": "^3.8.1", + "@huggingface/inference": "^3.11.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -2471,30 +2471,31 @@ } }, "node_modules/@huggingface/inference": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-3.8.1.tgz", - "integrity": "sha512-Kq+EvWAAWOa0oWrVrHZZzRmiqw0edr6UUCM6+ZvvHUDbcokc33aUqr8djsUSf6iNDnpBobdswYAJ+hwGo//i3A==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-3.11.0.tgz", + "integrity": "sha512-4/qwTDYoVJLzoWN+rKk/8RCcEsqWFBRgzVr6wfrW0gEojzmsx4cgIXhEnPFG4s98OfjXuBqG7P0glLGqItrAaw==", "license": "MIT", "dependencies": { - "@huggingface/jinja": "^0.3.4", - "@huggingface/tasks": "^0.18.8" + "@huggingface/jinja": "^0.4.1", + "@huggingface/tasks": "^0.19.1" }, "engines": { "node": ">=18" } }, "node_modules/@huggingface/jinja": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.3.4.tgz", - "integrity": "sha512-kFFQWJiWwvxezKQnvH1X7GjsECcMljFx+UZK9hx6P26aVHwwidJVTB0ptLfRVZQvVkOGHoMmTGvo4nT0X9hHOA==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.4.1.tgz", + "integrity": "sha512-3WXbMFaPkk03LRCM0z0sylmn8ddDm4ubjU7X+Hg4M2GOuMklwoGAFXp9V2keq7vltoB/c7McE5aHUVVddAewsw==", + "license": "MIT", "engines": { "node": ">=18" } }, "node_modules/@huggingface/tasks": { - "version": "0.18.8", - "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.18.8.tgz", - "integrity": "sha512-sgrONypSZDOwUKpvBxfzO/cfKU5lKhErG1souoyE7G7QAH+dQDshMFL8h7phTkbu3GR5+f4koAD8tWk0LSDc3w==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.1.tgz", + "integrity": "sha512-cocq5+jkmh8+qIvWDCyC9nkf7qCpmBRrJL/WPWhfIMXWEv2dMYMY62ylFv+dq/vRwpe+/5h0WlnZGOSIa+3OJg==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 49fbf300..905858e9 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.0", - "@huggingface/inference": "^3.8.1", + "@huggingface/inference": "^3.11.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",