From 791ea8c65439892bb204fd9d255e9ff7d33e1ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 09:53:03 +0000 Subject: [PATCH] build(deps): bump @capacitor/core from 7.4.3 to 7.4.4 Bumps [@capacitor/core](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/core" dependency-version: 7.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78db729..5ad0ebb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@capacitor/android": "^7.4.3", - "@capacitor/core": "^7.4.3", + "@capacitor/core": "^7.4.4", "@capacitor/ios": "^7.4.3", "@capacitor/local-notifications": "^7.0.3", "@capacitor/splash-screen": "^7.0.3", @@ -689,9 +689,9 @@ } }, "node_modules/@capacitor/core": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-7.4.3.tgz", - "integrity": "sha512-wCWr8fQ9Wxn0466vPg7nMn0tivbNVjNy1yL4GvDSIZuZx7UpU2HeVGNe9QjN/quEd+YLRFeKEBLBw619VqUiNg==", + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-7.4.4.tgz", + "integrity": "sha512-xzjxpr+d2zwTpCaN0k+C6wKSZzWFAb9OVEUtmO72ihjr/NEDoLvsGl4WLfjWPcCO2zOy0b2X52tfRWjECFUjtw==", "license": "MIT", "dependencies": { "tslib": "^2.1.0" diff --git a/package.json b/package.json index 28a1707..7d99b21 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@capacitor/android": "^7.4.3", - "@capacitor/core": "^7.4.3", + "@capacitor/core": "^7.4.4", "@capacitor/ios": "^7.4.3", "@capacitor/local-notifications": "^7.0.3", "@capacitor/splash-screen": "^7.0.3",