From 05a4470c2a8a5144b4d31a158479221919846741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:49:54 +0000 Subject: [PATCH] build(deps): bump @tauri-apps/plugin-fs from 2.0.0-rc.2 to 2.2.0 Bumps [@tauri-apps/plugin-fs](https://github.com/tauri-apps/plugins-workspace) from 2.0.0-rc.2 to 2.2.0. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.0-rc.2...os-v2.2.0) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-fs" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a295cd3e..aec5b847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tauri-apps/plugin-autostart": "^2.0.0-beta.2", "@tauri-apps/plugin-deep-link": "^2.0.0-beta.10", "@tauri-apps/plugin-dialog": "^2.0.0-beta.2", - "@tauri-apps/plugin-fs": "^2.0.0-beta.2", + "@tauri-apps/plugin-fs": "^2.2.0", "@tauri-apps/plugin-log": "^2.0.0-beta.2", "@tauri-apps/plugin-process": "^2.0.0-beta.2", "@tauri-apps/plugin-shell": "^2.0.0-beta.2", @@ -2704,11 +2704,11 @@ } }, "node_modules/@tauri-apps/plugin-fs": { - "version": "2.0.0-rc.2", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-fs/-/plugin-fs-2.0.0-rc.2.tgz", - "integrity": "sha512-TFjCfso3tN4b5s2EBjqP8N2gYrPh93Ds3VNKj8pCXv4wbvnItyfG0aHO0haUsedBOHQryDwv9vDAdPX6/T0a+g==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-fs/-/plugin-fs-2.2.0.tgz", + "integrity": "sha512-+08mApuONKI8/sCNEZ6AR8vf5vI9DXD4YfrQ9NQmhRxYKMLVhRW164vdW5BSLmMpuevftpQ2FVoL9EFkfG9Z+g==", "dependencies": { - "@tauri-apps/api": "^2.0.0-rc.4" + "@tauri-apps/api": "^2.0.0" } }, "node_modules/@tauri-apps/plugin-log": { diff --git a/package.json b/package.json index 2a76ad47..f1c2288e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@tauri-apps/plugin-autostart": "^2.0.0-beta.2", "@tauri-apps/plugin-deep-link": "^2.0.0-beta.10", "@tauri-apps/plugin-dialog": "^2.0.0-beta.2", - "@tauri-apps/plugin-fs": "^2.0.0-beta.2", + "@tauri-apps/plugin-fs": "^2.2.0", "@tauri-apps/plugin-log": "^2.0.0-beta.2", "@tauri-apps/plugin-process": "^2.0.0-beta.2", "@tauri-apps/plugin-shell": "^2.0.0-beta.2",