From f4075a2c57a4e97b31c927a5cbfb21b6896f336b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 22:34:02 +0000 Subject: [PATCH] Bump @huggingface/inference from 4.5.1 to 4.5.3 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 4.5.1 to 4.5.3. - [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.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0ff8175d..fd2defa8 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.5.1", + "@huggingface/inference": "^4.5.3", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -2473,13 +2473,13 @@ } }, "node_modules/@huggingface/inference": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.5.1.tgz", - "integrity": "sha512-eMuugf8LfyqRyZxcdXH2sTk2Isb7+2B1lxHwdmHAOfaclfoNDC/OegZZ12Fp61WdgTXr+R/gM7oATMr3HXlN2g==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.5.3.tgz", + "integrity": "sha512-SAWKT+e32jSfxwYkRaBQx1rlfgzkHCu0PXbCbOpY0Pvx6Si5wHia2BzZZdwgrpldaRbmFClxmNJy6lfCzQYfOw==", "license": "MIT", "dependencies": { "@huggingface/jinja": "^0.5.1", - "@huggingface/tasks": "^0.19.23" + "@huggingface/tasks": "^0.19.26" }, "engines": { "node": ">=18" @@ -2495,9 +2495,9 @@ } }, "node_modules/@huggingface/tasks": { - "version": "0.19.23", - "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.23.tgz", - "integrity": "sha512-akJDLpcgf1rz+9ddH8cA+JdpSU6aDiStV59JoaMeMuni8g5Q0tbgbFBxW1Jnm/m7LENy5UumtbS6Ie36havZmQ==", + "version": "0.19.26", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.26.tgz", + "integrity": "sha512-E1+A6RIdfIS32tBjo+ReM61sZ5H3fHUDOH/gGO5uxvapjxaOns1IFtl+ESH8g9Tu+2HRmANoQ4bxli48igRAcA==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 89bdde01..7dd99112 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.5.1", + "@huggingface/inference": "^4.5.3", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",