From ac349ebc05f712206c66a8c3da9e90fbe32ce6e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 00:22:24 +0000 Subject: [PATCH] Bump @capacitor/cli from 7.1.0 to 7.4.3 Bumps [@capacitor/cli](https://github.com/ionic-team/capacitor) from 7.1.0 to 7.4.3. - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/7.4.3/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/7.1.0...7.4.3) --- updated-dependencies: - dependency-name: "@capacitor/cli" dependency-version: 7.4.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bdacf9c72..93d6fb41c 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "yjs": "13.6.24" }, "devDependencies": { - "@capacitor/cli": "7.1.0", + "@capacitor/cli": "7.4.3", "@esbuild-plugins/node-globals-polyfill": "0.2.3", "@eslint/compat": "1.2.7", "@eslint/js": "9.22.0", diff --git a/yarn.lock b/yarn.lock index c24a6ce5d..9a8d65a6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -195,10 +195,10 @@ resolved "https://registry.yarnpkg.com/@capacitor/browser/-/browser-7.0.0.tgz#90a2d3bb367d81f559da31dc7aa486e0b067ec3b" integrity sha512-wM2gclpulyOAvno9HDKI1X6Vxd0qXviO1zFeY5dplsNSR4tm6k6BtVGW7jEqUbQCFXbnDmhKLQgLr39JUwjzcA== -"@capacitor/cli@7.1.0": - version "7.1.0" - resolved "https://registry.yarnpkg.com/@capacitor/cli/-/cli-7.1.0.tgz#2cb630a144862005ab3dab5fbe7f1eb4a1bfc92d" - integrity sha512-oCjB9VB6KNTnBAlzt8tVIuBW+ZniIOCbrsp+nLoa2EfUIgoOGfMHldS4tG9KlTG3pTi5AzeHjSHJIMZwfiz6gg== +"@capacitor/cli@7.4.3": + version "7.4.3" + resolved "https://registry.yarnpkg.com/@capacitor/cli/-/cli-7.4.3.tgz#4f8be36a89c2671c2eb681b714f67fcc3b6ebc9c" + integrity sha512-SWozpdDgrbQ/ry1nIapugDFvE9z+l22BmU/+fpgL2Zv5487hGdXvCX5+1SluuFBP3IPpx6b4LjsKnBigyJoUWg== dependencies: "@ionic/cli-framework-output" "^2.2.8" "@ionic/utils-subprocess" "^3.0.1"