From 5d0469596405bc7f699f48e862e7bad64650b862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 04:14:58 +0000 Subject: [PATCH] Bump @capacitor/cli from 6.1.2 to 6.2.0 Bumps [@capacitor/cli](https://github.com/ionic-team/capacitor) from 6.1.2 to 6.2.0. - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/6.2.0/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/6.1.2...6.2.0) --- updated-dependencies: - dependency-name: "@capacitor/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 34 ++++------------------------------ 2 files changed, 5 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index 9088232b9..2a031b98c 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "yjs": "13.6.20" }, "devDependencies": { - "@capacitor/cli": "6.1.2", + "@capacitor/cli": "6.2.0", "@esbuild-plugins/node-globals-polyfill": "0.2.3", "@eslint/js": "9.15.0", "@rollup/plugin-inject": "5.0.5", diff --git a/yarn.lock b/yarn.lock index ab397e0d4..bcbe5b673 100644 --- a/yarn.lock +++ b/yarn.lock @@ -218,14 +218,13 @@ resolved "https://registry.yarnpkg.com/@capacitor/browser/-/browser-6.0.3.tgz#c145c95d94ee0b939c170cd2650f242f552c1273" integrity sha512-V5/ViE+fy3rW+6w0L2du4747/hivBcI/5OGOKi01U9YdFvOWbiiGL+qetq1QdkANEqvYd4yoCeXZL2GyGySn5g== -"@capacitor/cli@6.1.2": - version "6.1.2" - resolved "https://registry.npmjs.org/@capacitor/cli/-/cli-6.1.2.tgz" - integrity sha512-HKCNGE0RP8U7aiEF2vg5wTivJROS8BVfu8a3yYJb1mRQvzv+czpmtHNsTWS/WukvwoxUjyjRmsNQSAACHfMTmQ== +"@capacitor/cli@6.2.0": + version "6.2.0" + resolved "https://registry.yarnpkg.com/@capacitor/cli/-/cli-6.2.0.tgz#721a91421a98d4e4693df9d610210f1e23608de6" + integrity sha512-EWcXG39mZh35zrHhOqzN1ILeSyMRyEqWVtQDXqMGjCXYRH6b6p5TvyvLDN8ZNy26tbhI3i79gfrgirt+mNwuuw== dependencies: "@ionic/cli-framework-output" "^2.2.5" "@ionic/utils-fs" "^3.1.6" - "@ionic/utils-process" "^2.1.11" "@ionic/utils-subprocess" "2.1.11" "@ionic/utils-terminal" "^2.3.3" commander "^9.3.0" @@ -549,11 +548,6 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@eslint/js@9.14.0": - version "9.14.0" - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.14.0.tgz#2347a871042ebd11a00fd8c2d3d56a265ee6857e" - integrity sha512-pFoEtFWCPyDOl+C6Ift+wC7Ro89otjigCf5vcuWqWgqNSQbRrpjSvdeE6ofLz4dHmyxD5f7gIdGT4+p36L6Twg== - "@eslint/js@9.15.0": version "9.15.0" resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.15.0.tgz#df0e24fe869143b59731942128c19938fdbadfb5" @@ -659,14 +653,6 @@ debug "^4.0.0" tslib "^2.0.1" -"@ionic/utils-object@2.1.6": - version "2.1.6" - resolved "https://registry.npmjs.org/@ionic/utils-object/-/utils-object-2.1.6.tgz" - integrity sha512-vCl7sl6JjBHFw99CuAqHljYJpcE88YaH2ZW4ELiC/Zwxl5tiwn4kbdP/gxi2OT3MQb1vOtgAmSNRtusvgxI8ww== - dependencies: - debug "^4.0.0" - tslib "^2.0.1" - "@ionic/utils-process@2.1.10": version "2.1.10" resolved "https://registry.npmjs.org/@ionic/utils-process/-/utils-process-2.1.10.tgz" @@ -679,18 +665,6 @@ tree-kill "^1.2.2" tslib "^2.0.1" -"@ionic/utils-process@^2.1.11": - version "2.1.12" - resolved "https://registry.npmjs.org/@ionic/utils-process/-/utils-process-2.1.12.tgz" - integrity sha512-Jqkgyq7zBs/v/J3YvKtQQiIcxfJyplPgECMWgdO0E1fKrrH8EF0QGHNJ9mJCn6PYe2UtHNS8JJf5G21e09DfYg== - dependencies: - "@ionic/utils-object" "2.1.6" - "@ionic/utils-terminal" "2.3.5" - debug "^4.0.0" - signal-exit "^3.0.3" - tree-kill "^1.2.2" - tslib "^2.0.1" - "@ionic/utils-stream@3.1.5": version "3.1.5" resolved "https://registry.npmjs.org/@ionic/utils-stream/-/utils-stream-3.1.5.tgz"