From b411abfd9cab5dd38005ba5037c38a8f5141a58e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:01:22 +0000 Subject: [PATCH] Bump @capacitor/cli from 8.1.0 to 8.3.0 in /materialious Bumps [@capacitor/cli](https://github.com/ionic-team/capacitor) from 8.1.0 to 8.3.0. - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/8.1.0...8.3.0) --- updated-dependencies: - dependency-name: "@capacitor/cli" dependency-version: 8.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- materialious/package-lock.json | 8 ++++---- materialious/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/materialious/package-lock.json b/materialious/package-lock.json index ec036a08..89d51631 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -64,7 +64,7 @@ }, "devDependencies": { "@capacitor/assets": "^3.0.5", - "@capacitor/cli": "^8.1.0", + "@capacitor/cli": "^8.3.0", "@eslint/js": "^10.0.1", "@sveltejs/adapter-auto": "^7.0.0", "@sveltejs/adapter-node": "^5.5.4", @@ -2135,9 +2135,9 @@ } }, "node_modules/@capacitor/cli": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-8.1.0.tgz", - "integrity": "sha512-JAzA/ckPgTCjZz6YumBLV2dNCFEVXAuR1oOKLD7AJ4LAI5pF5RtRZrf5FoaxvJVb0S4CouZT5cD+7NwsNJX/nw==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-8.3.0.tgz", + "integrity": "sha512-n3QDUimtFNbagoo8kLdjvTz3i3Y4jX1fOjvo6ptUKLzErmuqeamL8kECASoyQvg/OzJisZToGZrgLphBsptJcw==", "license": "MIT", "dependencies": { "@ionic/cli-framework-output": "^2.2.8", diff --git a/materialious/package.json b/materialious/package.json index c6dba12c..1fd43ef0 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@capacitor/assets": "^3.0.5", - "@capacitor/cli": "^8.1.0", + "@capacitor/cli": "^8.3.0", "@eslint/js": "^10.0.1", "@sveltejs/adapter-auto": "^7.0.0", "@sveltejs/adapter-node": "^5.5.4",