From e94a37a581bbc8d145296f6082a30801ce77f3da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:28:28 +0000 Subject: [PATCH] Bump @huggingface/inference from 4.0.4 to 4.0.6 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 4.0.4 to 4.0.6. - [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.0.6 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 3b18b9bb..912aefe4 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.0.4", + "@huggingface/inference": "^4.0.6", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -2472,13 +2472,13 @@ } }, "node_modules/@huggingface/inference": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.0.4.tgz", - "integrity": "sha512-Pz0l435mmlQNNOvIBqoDdG+ckdg9WdERFa8AiBnFX7ejY9DWxU31wr0sY8v9l+bsrmk6rZ3BqIXOlf5wjJf8Uw==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-4.0.6.tgz", + "integrity": "sha512-c+2+O46l+NIFoNcA4Qgg4fHdj+HHxkpm/uo8L2xFnSLgaouRon5tf/5fQLMoWoxmJD5H6pHezPF+9hy1+OMAAg==", "license": "MIT", "dependencies": { "@huggingface/jinja": "^0.5.0", - "@huggingface/tasks": "^0.19.13" + "@huggingface/tasks": "^0.19.15" }, "engines": { "node": ">=18" @@ -2494,9 +2494,9 @@ } }, "node_modules/@huggingface/tasks": { - "version": "0.19.13", - "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.13.tgz", - "integrity": "sha512-OzIvUQNtvcTCDvGcbeav8+fZPDvpwBOFRlXxIuH8Vk7jHVJEFxzYzfRJ+1fAGmEBaRNueI2CcnbR97Sc6meSKA==", + "version": "0.19.16", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.16.tgz", + "integrity": "sha512-8PfeMpvHqax9biZaw9/u1Ut9xWIJ1qIUAd8jAKkv6bKvIAAyTRCZgnwHJmzPffDE6B0VkLlPl5it6GaSg/kxlw==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 205c2dcd..59589c13 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.0.4", + "@huggingface/inference": "^4.0.6", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",