From acb5a20eb2fabc45cbcb77307116c980dc4b1613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:19:21 +0200 Subject: [PATCH] Build(deps): Bump @capacitor/core from 5.7.6 to 5.7.7 in /ui (#2716) Bumps [@capacitor/core](https://github.com/ionic-team/capacitor) from 5.7.6 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.7.6...5.7.7) --- updated-dependencies: - dependency-name: "@capacitor/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 3410c60f21e..cc7d61e71ec 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -20,7 +20,7 @@ "@capacitor-community/file-opener": "^1.0.5", "@capacitor/android": "5.2.3", "@capacitor/app": "^5.0.6", - "@capacitor/core": "5.7.6", + "@capacitor/core": "5.7.7", "@capacitor/filesystem": "^5.2.0", "@capacitor/ios": "5.7.7", "@capacitor/splash-screen": "^5.0.6", @@ -3352,9 +3352,9 @@ } }, "node_modules/@capacitor/core": { - "version": "5.7.6", - "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-5.7.6.tgz", - "integrity": "sha512-YVCNegFg04Pm6Rfc6KbZT2wnxAUzhcyi3b+MWFj+FwUOOFNmnGkzxCFo4tQakXFblfOK6pU0Va5XuiNs1+Fnow==", + "version": "5.7.7", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-5.7.7.tgz", + "integrity": "sha512-LeV1ljAihl/1lFGHZERNY2DtD1fbPBF3rNOSHFPMXIluK4Cq4nK4a4z/dLPX+Cv4F0TyCIzX3+/t79PMbhDwrg==", "dependencies": { "tslib": "^2.1.0" } diff --git a/ui/package.json b/ui/package.json index 5ac6b171f50..de9a35b390f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "@capacitor-community/file-opener": "^1.0.5", "@capacitor/android": "5.2.3", "@capacitor/app": "^5.0.6", - "@capacitor/core": "5.7.6", + "@capacitor/core": "5.7.7", "@capacitor/filesystem": "^5.2.0", "@capacitor/ios": "5.7.7", "@capacitor/splash-screen": "^5.0.6",