From 882202225a7bd136b4dbfe86effcdde7b067481f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:03:06 +0000 Subject: [PATCH] Bump @huggingface/inference from 4.5.3 to 4.7.0 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 4.5.3 to 4.7.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: 4.7.0 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 b791518a..1a446491 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.7.0", "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -3156,13 +3156,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.7.0", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.7.0.tgz", + "integrity": "sha512-Y/M/aHMRkTRoX4EHfcFgzkFXi5J6kU+5RC5HLeMduSyLgUVCiJ9tBWjEnEsTo3UL8xI2caRakXu6REd1m1YeTA==", "license": "MIT", "dependencies": { "@huggingface/jinja": "^0.5.1", - "@huggingface/tasks": "^0.19.26" + "@huggingface/tasks": "^0.19.35" }, "engines": { "node": ">=18" @@ -3178,9 +3178,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.35", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.35.tgz", + "integrity": "sha512-AUdvL3+4hM0SjcHqNBbPQpvrdI7u1sc4zFCi6NxxbqghMCTgtLbP49VOB8mJL71uGlPfxkdhLw2o2rUPpEPoTg==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index e5081bcb..bd26b3cf 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.7.0", "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",