From 5985dfbb1ced7ab9855a1c764494973e1205cb9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:47:39 +0200 Subject: [PATCH] Build(deps): Bump @capacitor/android from 5.2.3 to 5.7.7 in /ui (#2717) Bumps [@capacitor/android](https://github.com/ionic-team/capacitor) from 5.2.3 to 5.7.7. - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/5.7.7/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/5.2.3...5.7.7) --- updated-dependencies: - dependency-name: "@capacitor/android" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 11 +++++------ ui/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 19c1c495f92..1a4250a7f02 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -18,7 +18,7 @@ "@angular/router": "~16.2.12", "@angular/service-worker": "~16.2.12", "@capacitor-community/file-opener": "^1.0.5", - "@capacitor/android": "5.2.3", + "@capacitor/android": "5.7.7", "@capacitor/app": "^5.0.6", "@capacitor/core": "5.7.7", "@capacitor/filesystem": "^5.2.0", @@ -2851,12 +2851,11 @@ } }, "node_modules/@capacitor/android": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/@capacitor/android/-/android-5.2.3.tgz", - "integrity": "sha512-TqXOq5RIniMACcAckn/X84XajPP2GU4VH7Er390Ja2Y2BWSeUKgk7T8aURcwLYu2hnv+Op9eTww5MTBb3zBtmg==", - "license": "MIT", + "version": "5.7.7", + "resolved": "https://registry.npmjs.org/@capacitor/android/-/android-5.7.7.tgz", + "integrity": "sha512-gkc8p0jjbRHu5oxKvWQV1d6zRHNeK7/GQUHOL9J6yQqnnttLDf1tSZ4BVjicMdyKlxUailuBcboWvng+KYilvQ==", "peerDependencies": { - "@capacitor/core": "^5.2.0" + "@capacitor/core": "^5.7.0" } }, "node_modules/@capacitor/app": { diff --git a/ui/package.json b/ui/package.json index 147cd97471f..9c7fd08eec7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -13,7 +13,7 @@ "@angular/router": "~16.2.12", "@angular/service-worker": "~16.2.12", "@capacitor-community/file-opener": "^1.0.5", - "@capacitor/android": "5.2.3", + "@capacitor/android": "5.7.7", "@capacitor/app": "^5.0.6", "@capacitor/core": "5.7.7", "@capacitor/filesystem": "^5.2.0",