From 7773cce8d46940e1ee9c317e4874598e3641b928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 22:28:49 +0000 Subject: [PATCH] Bump @huggingface/inference from 3.12.1 to 3.13.1 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 3.12.1 to 3.13.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: 3.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 ++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f1ba87b..1908457e 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.11.0", + "@huggingface/inference": "^3.13.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -2469,29 +2469,32 @@ } }, "node_modules/@huggingface/inference": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-3.12.1.tgz", - "integrity": "sha512-gRnRHZkVAb7mzmPnLcFrttA17yZdUiz+xLqk19FBwCsCjBBlcDCXVIrZ3RW1DdZq297PB6m6t995600sDq3T6g==", + "version": "3.13.1", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-3.13.1.tgz", + "integrity": "sha512-RIFaC295cL/0tco+HboS8abeApfn01/tWFgjYwLo6vRYGkuQBSzwgHuAdouOZu62UQYwrWA4Eyv1e+4zBxc+dQ==", + "license": "MIT", "dependencies": { - "@huggingface/jinja": "^0.4.1", - "@huggingface/tasks": "^0.19.2" + "@huggingface/jinja": "^0.5.0", + "@huggingface/tasks": "^0.19.5" }, "engines": { "node": ">=18" } }, "node_modules/@huggingface/jinja": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.4.1.tgz", - "integrity": "sha512-3WXbMFaPkk03LRCM0z0sylmn8ddDm4ubjU7X+Hg4M2GOuMklwoGAFXp9V2keq7vltoB/c7McE5aHUVVddAewsw==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@huggingface/jinja/-/jinja-0.5.0.tgz", + "integrity": "sha512-Ptc03/jGRiYRoi0bUYKZ14MkDslsBRT24oxmsvUlfYrvQMldrxCevhPnT+hfX8awKTT8/f/0ZBBWldoeAcMHdQ==", + "license": "MIT", "engines": { "node": ">=18" } }, "node_modules/@huggingface/tasks": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.4.tgz", - "integrity": "sha512-biTcoKBAtX0QaW5Rmx9O1YqU5YYpehiZDcSoAVx0SbwoMkXxFs23O59TcdPbFE4a3j5jK1eH0kltATxeGLp6dQ==" + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.5.tgz", + "integrity": "sha512-WEwM/tZsRqw0TinTkQwqPsK5pdaGffAV6Nu6xxSTSZUsBvkDJxE9kTiMNSwvjeHvt9/MYAJKjZ+CMSo6Rugs4g==", + "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { "version": "0.13.0", @@ -17365,16 +17368,17 @@ } }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "license": "Apache-2.0", "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=14.17" + "node": ">=4.2.0" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index 9c2c5516..c09b7627 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.11.0", + "@huggingface/inference": "^3.13.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",