From 39b2ecf81a64ec73ff5c6ebdedb2bdff9265d105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 23:33:21 +0000 Subject: [PATCH] Bump @huggingface/inference from 3.11.0 to 3.12.1 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 3.11.0 to 3.12.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.12.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 ee0d0cab..90e05e10 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.12.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", @@ -2471,13 +2471,13 @@ } }, "node_modules/@huggingface/inference": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-3.11.0.tgz", - "integrity": "sha512-4/qwTDYoVJLzoWN+rKk/8RCcEsqWFBRgzVr6wfrW0gEojzmsx4cgIXhEnPFG4s98OfjXuBqG7P0glLGqItrAaw==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-3.12.1.tgz", + "integrity": "sha512-gRnRHZkVAb7mzmPnLcFrttA17yZdUiz+xLqk19FBwCsCjBBlcDCXVIrZ3RW1DdZq297PB6m6t995600sDq3T6g==", "license": "MIT", "dependencies": { "@huggingface/jinja": "^0.4.1", - "@huggingface/tasks": "^0.19.1" + "@huggingface/tasks": "^0.19.2" }, "engines": { "node": ">=18" @@ -2493,9 +2493,9 @@ } }, "node_modules/@huggingface/tasks": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.1.tgz", - "integrity": "sha512-cocq5+jkmh8+qIvWDCyC9nkf7qCpmBRrJL/WPWhfIMXWEv2dMYMY62ylFv+dq/vRwpe+/5h0WlnZGOSIa+3OJg==", + "version": "0.19.2", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.2.tgz", + "integrity": "sha512-j51UqsUlJtbfa/npGnbbeH2tduORPiXY4ru0WGVu83jX1TVROtJ+JKfYtpHhiL+Uw1Z8Ni3na/ZncQulYZ/H/A==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 9c2c5516..852affc7 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.12.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",