From bc840efa1bfa106a155c430681271eb505372ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:02:50 +0000 Subject: [PATCH] Bump @capacitor/android from 6.1.0 to 6.1.1 in /materialious Bumps [@capacitor/android](https://github.com/ionic-team/capacitor) from 6.1.0 to 6.1.1. - [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/6.1.0...6.1.1) --- updated-dependencies: - dependency-name: "@capacitor/android" dependency-type: direct:production 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 f4d89b38..0ddd4acb 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.4", "dependencies": { "@capacitor-community/electron": "^5.0.1", - "@capacitor/android": "^6.0.0", + "@capacitor/android": "^6.1.1", "@capacitor/app": "^6.0.0", "@capacitor/browser": "^6.0.0", "@capacitor/cli": "^6.0.0", @@ -2028,9 +2028,9 @@ } }, "node_modules/@capacitor/android": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@capacitor/android/-/android-6.1.0.tgz", - "integrity": "sha512-S4PW4N5xtKHTrICjG7bkBhI70jdXbb+8nbm1pJpuXChCD0gkCcofJhPaw4bCoO0egcugBN1U7DkegNw5jWpHcw==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@capacitor/android/-/android-6.1.1.tgz", + "integrity": "sha512-rhO/nH6NJizGV5KizoIoGxCmkos3HnyUzI9TNv8IVy/C8h6lPM5Gt9cxGclb6k0OBTtgv6iJVo654+m4kzv0Qg==", "peerDependencies": { "@capacitor/core": "^6.1.0" } diff --git a/materialious/package.json b/materialious/package.json index ac024d5a..8090fb83 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -39,7 +39,7 @@ "type": "module", "dependencies": { "@capacitor-community/electron": "^5.0.1", - "@capacitor/android": "^6.0.0", + "@capacitor/android": "^6.1.1", "@capacitor/app": "^6.0.0", "@capacitor/browser": "^6.0.0", "@capacitor/cli": "^6.0.0",