From 5a22a7c186bc397a77a78baaff6e84d5fc0bb07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 02:31:46 +0000 Subject: [PATCH] Bump @huggingface/inference from 4.5.3 to 4.6.1 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 4.5.3 to 4.6.1. - [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.6.1 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 fb57efaa..a2148541 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.3", "@headlessui/react": "^2.2.4", - "@huggingface/inference": "^4.5.3", + "@huggingface/inference": "^4.6.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -2485,13 +2485,13 @@ } }, "node_modules/@huggingface/inference": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.5.3.tgz", - "integrity": "sha512-SAWKT+e32jSfxwYkRaBQx1rlfgzkHCu0PXbCbOpY0Pvx6Si5wHia2BzZZdwgrpldaRbmFClxmNJy6lfCzQYfOw==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.6.1.tgz", + "integrity": "sha512-GjEYAoW88rZKthi4OTP+Lq0yi82MywVKEKm2zLDR6BePCinpDyhTPracDPBXSl4guxenYKcoKmitFjqS/zk/sg==", "license": "MIT", "dependencies": { "@huggingface/jinja": "^0.5.1", - "@huggingface/tasks": "^0.19.26" + "@huggingface/tasks": "^0.19.33" }, "engines": { "node": ">=18" @@ -2507,9 +2507,9 @@ } }, "node_modules/@huggingface/tasks": { - "version": "0.19.26", - "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.26.tgz", - "integrity": "sha512-E1+A6RIdfIS32tBjo+ReM61sZ5H3fHUDOH/gGO5uxvapjxaOns1IFtl+ESH8g9Tu+2HRmANoQ4bxli48igRAcA==", + "version": "0.19.33", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.33.tgz", + "integrity": "sha512-RBl5apmrW61KdwEoJHYI4FZYqKNCDkJX4k7hOKspwwe+9AVIfUj2bj8xSaq9HiOOALkpbDoFIRMOQ7q95Tjzkg==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index ab844749..be414c9a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.3", "@headlessui/react": "^2.2.4", - "@huggingface/inference": "^4.5.3", + "@huggingface/inference": "^4.6.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",