From c74215d220c11facb7555a13fe39d0c7df3fadd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:52:30 +0000 Subject: [PATCH] Bump @capacitor/cli from 7.4.3 to 7.4.4 in /materialious Bumps [@capacitor/cli](https://github.com/ionic-team/capacitor) from 7.4.3 to 7.4.4. - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/7.4.4/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/7.4.3...7.4.4) --- updated-dependencies: - dependency-name: "@capacitor/cli" dependency-version: 7.4.4 dependency-type: direct:development update-type: version-update:semver-patch ... 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 8a3bb2d6..03367b75 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@capacitor/assets": "^3.0.5", - "@capacitor/cli": "^7.4.3", + "@capacitor/cli": "^7.4.4", "@sveltejs/adapter-auto": "^6.0.1", "@sveltejs/adapter-static": "^3.0.10", "@sveltejs/kit": "^2.46.5", @@ -1834,9 +1834,9 @@ } }, "node_modules/@capacitor/cli": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-7.4.3.tgz", - "integrity": "sha512-SWozpdDgrbQ/ry1nIapugDFvE9z+l22BmU/+fpgL2Zv5487hGdXvCX5+1SluuFBP3IPpx6b4LjsKnBigyJoUWg==", + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@capacitor/cli/-/cli-7.4.4.tgz", + "integrity": "sha512-J7ciBE7GlJ70sr2s8oz1+H4ZdNk4MGG41fsakUlDHWva5UWgFIZYMiEdDvGbYazAYTaxN3lVZpH9zil9FfZj+Q==", "license": "MIT", "dependencies": { "@ionic/cli-framework-output": "^2.2.8", diff --git a/materialious/package.json b/materialious/package.json index 0dcbfde6..956d44b6 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@capacitor/assets": "^3.0.5", - "@capacitor/cli": "^7.4.3", + "@capacitor/cli": "^7.4.4", "@sveltejs/adapter-auto": "^6.0.1", "@sveltejs/adapter-static": "^3.0.10", "@sveltejs/kit": "^2.46.5",