From 317afff3ceb35d5fda8e5e906f38c31ff102c414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 05:19:30 +0000 Subject: [PATCH] chore(deps-dev): bump @tauri-apps/plugin-http from 2.5.5 to 2.5.6 Bumps [@tauri-apps/plugin-http](https://github.com/tauri-apps/plugins-workspace) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/http-v2.5.5...http-v2.5.6) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-http" dependency-version: 2.5.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 323c3e65..6b77e4e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@tauri-apps/plugin-deep-link": "2.4.6", "@tauri-apps/plugin-dialog": "^2.6.0", "@tauri-apps/plugin-fs": "2.4.5", - "@tauri-apps/plugin-http": "2.5.5", + "@tauri-apps/plugin-http": "2.5.6", "@tauri-apps/plugin-log": "2.8.0", "@tauri-apps/plugin-opener": "2.5.2", "@tauri-apps/plugin-os": "2.3.2", @@ -7267,9 +7267,9 @@ } }, "node_modules/@tauri-apps/plugin-http": { - "version": "2.5.5", - "resolved": "https://registry.npmmirror.com/@tauri-apps/plugin-http/-/plugin-http-2.5.5.tgz", - "integrity": "sha512-4hTS7AIBLmj8opDM3s8muEp7PBJQEiGDFvFF4fdMscQCOwhzXJf5hIZEHC867eH2Ck145Oce+H0AU0G/k9TbNg==", + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-http/-/plugin-http-2.5.6.tgz", + "integrity": "sha512-KhCK3TDNDF4vdz75/j+KNQipYKf+295Visa8r32QcXScg0+D3JwShcCM6D+FN8WuDF24X3KSiAB8QtRxW6jKRA==", "dev": true, "license": "MIT OR Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 989f91ed..159470d2 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@tauri-apps/plugin-deep-link": "2.4.6", "@tauri-apps/plugin-dialog": "^2.6.0", "@tauri-apps/plugin-fs": "2.4.5", - "@tauri-apps/plugin-http": "2.5.5", + "@tauri-apps/plugin-http": "2.5.6", "@tauri-apps/plugin-log": "2.8.0", "@tauri-apps/plugin-opener": "2.5.2", "@tauri-apps/plugin-os": "2.3.2",