From ee1ff2c8360948a0c3fd3d8eaa33b5a0033f7bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 22:29:28 +0000 Subject: [PATCH] Bump @huggingface/inference from 3.14.0 to 3.15.0 Bumps [@huggingface/inference](https://github.com/huggingface/huggingface.js) from 3.14.0 to 3.15.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: 3.15.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 334566c9..640b6e63 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": "^3.14.0", + "@huggingface/inference": "^3.15.0", "@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": "3.14.0", - "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-3.14.0.tgz", - "integrity": "sha512-dPOxNlYfj9ydZgHmfMiamkam9hcs18i0fUhYR3Pcm7EMHYxnF4y8cFYilMGb5wo8J/u6NGjZuWdu4eorB98xlA==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/@huggingface/inference/-/inference-3.15.0.tgz", + "integrity": "sha512-C+Adt4fu4ztlq0Al9EOgEdK5Hl8ebV1eoDEWegJPdAJ97U8A1aqBbl1Sp4S4+wIy3nLApTrtcLuoizGZmLtDMA==", "license": "MIT", "dependencies": { "@huggingface/jinja": "^0.5.0", - "@huggingface/tasks": "^0.19.8" + "@huggingface/tasks": "^0.19.9" }, "engines": { "node": ">=18" @@ -2494,9 +2494,9 @@ } }, "node_modules/@huggingface/tasks": { - "version": "0.19.8", - "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.8.tgz", - "integrity": "sha512-gR88OvYQQ2zu1Dt/tfFRVWJRfsKCdssxJBb8bz3tVd9fh3rneNE/pjkaGyG3oT1VlHv7wEmrqrnkmMcXy8O0rg==", + "version": "0.19.10", + "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.10.tgz", + "integrity": "sha512-7OD9VGpoFFMZ+JdWewPrYQzBYYQGO8IkrWjs+dXsHA8kKF6jGZXDwddqRuE3ZTqpn0sn90jskaG/UbxEhnjoPg==", "license": "MIT" }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index 4aceae0a..3ccafc37 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": "^3.14.0", + "@huggingface/inference": "^3.15.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2",