From 3463a48312356a9a34cf3261067fc2c8ec1a4935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 22:31:53 +0000 Subject: [PATCH] Bump @huggingface/inference from 3.8.1 to 3.9.2 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 3.8.1 to 3.9.2. - [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.9.2 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 1b8d170b..2be03a44 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.9.2", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -2471,13 +2471,13 @@ } }, "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.9.2", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-3.9.2.tgz", + "integrity": "sha512-7EpMgaELUJArqhFpinkyikO1iXza4lEBYcUF8HMDVabwI2QxCXmxb6coCgYmerHEfRRxsvqogwNrdxiUfcSvDg==", "license": "MIT", "dependencies": { "@huggingface/jinja": "^0.3.4", - "@huggingface/tasks": "^0.18.8" + "@huggingface/tasks": "^0.18.11" }, "engines": { "node": ">=18" @@ -2492,9 +2492,9 @@ } }, "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.18.11", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.18.11.tgz", + "integrity": "sha512-KSGMkOi86Ap2xTWGxwnSj8cE+glYhhwyHMdGDJn4dsOz1LzWq8kQF0epeZRkjBgwdTSBFpCk3+3FGdi6tXch7A==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 49fbf300..0948f765 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.9.2", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",