From 835ca3da096f9cd031b822789aad51be58bad794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 22:38:34 +0000 Subject: [PATCH] Bump @huggingface/inference from 3.8.1 to 3.10.0 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 3.8.1 to 3.10.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.10.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..9b7b175d 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.10.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.10.0", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-3.10.0.tgz", + "integrity": "sha512-nouLdl5Tu4gdTzIKv9zAr7HPziXV8rXbVONjYKQ7u9F78KgWVsYmhEM+ZhTbhg4fV4N1gdgywOAHrd9uOV5tRQ==", "license": "MIT", "dependencies": { - "@huggingface/jinja": "^0.3.4", - "@huggingface/tasks": "^0.18.8" + "@huggingface/jinja": "^0.4.0", + "@huggingface/tasks": "^0.19.0" }, "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.0", + "resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.4.0.tgz", + "integrity": "sha512-NHN8rwJDaGVnpnNLv/4Aaqc/CuBDmN/pa6lrZOsFG7Zgm/5MEmrab+hzF2s46UMMoJcO2SMZ2amSxJXp0s8Ncw==", + "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.0", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.0.tgz", + "integrity": "sha512-OQiHR8iq2zD5upKTDNsBVCYzkgNmmL3ajQtFBs7VgtmZDiFk2BHvYmOwKgxgrXnDSgFXNsSf9BtA/kawbwXq+w==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 49fbf300..c3cfa145 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.10.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",