From 7d6b64803dff4b4e9e240b9b180468f811303817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:52:33 +0000 Subject: [PATCH] Bump @tauri-apps/plugin-fs from 2.0.0 to 2.0.1 Bumps [@tauri-apps/plugin-fs](https://github.com/tauri-apps/plugins-workspace) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.0...os-v2.0.1) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-fs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b47bc79..d16871e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@tauri-apps/api": "^2.0.2", "@tauri-apps/plugin-dialog": "^2.0.1", - "@tauri-apps/plugin-fs": "^2.0.0", + "@tauri-apps/plugin-fs": "^2.0.1", "@tauri-apps/plugin-notification": "^2.0.0", "@tauri-apps/plugin-os": "^2.0.0", "@tauri-apps/plugin-shell": "^2.0.1", @@ -682,10 +682,9 @@ } }, "node_modules/@tauri-apps/plugin-fs": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-fs/-/plugin-fs-2.0.0.tgz", - "integrity": "sha512-BNEeQQ5aH8J5SwYuWgRszVyItsmquRuzK2QRkVj8Z0sCsLnSvJFYI3JHRzzr3ltZGq1nMPtblrlZzuKqVzRawA==", - "license": "MIT OR Apache-2.0", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-fs/-/plugin-fs-2.0.1.tgz", + "integrity": "sha512-PkeZG2WAob9Xpmr66aPvj+McDVgFjV2a7YBzYVZjiCvbGeMs6Yk09tlXhCe3EyZdT/pwWMSi8lXUace+hlsjsw==", "dependencies": { "@tauri-apps/api": "^2.0.0" } diff --git a/package.json b/package.json index 6af38a1..1f8692f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@tauri-apps/api": "^2.0.2", "@tauri-apps/plugin-dialog": "^2.0.1", - "@tauri-apps/plugin-fs": "^2.0.0", + "@tauri-apps/plugin-fs": "^2.0.1", "@tauri-apps/plugin-notification": "^2.0.0", "@tauri-apps/plugin-os": "^2.0.0", "@tauri-apps/plugin-shell": "^2.0.1",