From 4b3636e696afe4d85903ad2e46749bf44943c0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:40:04 +0000 Subject: [PATCH] chore: bump @tauri-apps/plugin-opener from 2.2.2 to 2.4.0 Bumps [@tauri-apps/plugin-opener](https://github.com/tauri-apps/plugins-workspace) from 2.2.2 to 2.4.0. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/os-v2.2.2...fs-v2.4.0) --- updated-dependencies: - dependency-name: "@tauri-apps/plugin-opener" dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cdd6801d..e48bd80ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,10 +14,9 @@ } }, "node_modules/@tauri-apps/api": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.1.1.tgz", - "integrity": "sha512-fzUfFFKo4lknXGJq8qrCidkUcKcH2UHhfaaCNt4GzgzGaW2iS26uFOg4tS3H4P8D6ZEeUxtiD5z0nwFF0UN30A==", - "license": "Apache-2.0 OR MIT", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.6.0.tgz", + "integrity": "sha512-hRNcdercfgpzgFrMXWwNDBN0B7vNzOzRepy6ZAmhxi5mDLVPNrTpo9MGg2tN/F7JRugj4d2aF7E1rtPXAHaetg==", "funding": { "type": "opencollective", "url": "https://opencollective.com/tauri" @@ -223,12 +222,11 @@ } }, "node_modules/@tauri-apps/plugin-opener": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-opener/-/plugin-opener-2.2.2.tgz", - "integrity": "sha512-E/XIHKqGV+FT8PDdkfMETmgPUxcR79Rk8USuzbadD/ZdvsKCfQR5q+6rpZC9zEnG2wzi9lVQM4D3xwrtGGIB8A==", - "license": "MIT OR Apache-2.0", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-opener/-/plugin-opener-2.4.0.tgz", + "integrity": "sha512-43VyN8JJtvKWJY72WI/KNZszTpDpzHULFxQs0CJBIYUdCRowQ6Q1feWTDb979N7nldqSuDOaBupZ6wz2nvuWwQ==", "dependencies": { - "@tauri-apps/api": "^2.0.0" + "@tauri-apps/api": "^2.6.0" } } }