From 3506820c5675576ea552393cc297f82be4c5cdcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 14:44:34 +0200 Subject: [PATCH] Build(deps): Bump @capacitor/core from 5.2.3 to 5.7.6 in /ui (#2695) Bumps [@capacitor/core](https://github.com/ionic-team/capacitor) from 5.2.3 to 5.7.6. - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/5.7.6/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/5.2.3...5.7.6) --- updated-dependencies: - dependency-name: "@capacitor/core" 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 | 9 ++++----- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index b21790239d7..4ae20c6eb84 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.2.3", + "@capacitor/core": "5.7.6", "@capacitor/filesystem": "^5.2.0", "@capacitor/ios": "5.2.3", "@capacitor/splash-screen": "^5.0.6", @@ -3242,10 +3242,9 @@ } }, "node_modules/@capacitor/core": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-5.2.3.tgz", - "integrity": "sha512-Q1zbgt3Mvldy7six2/GX54kTL0ozgnR37jeDUAXL/fOJBF4Iorr/8A0OjGEAnwEjpR1la7uFZUunESMFyMLhEQ==", - "license": "MIT", + "version": "5.7.6", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-5.7.6.tgz", + "integrity": "sha512-YVCNegFg04Pm6Rfc6KbZT2wnxAUzhcyi3b+MWFj+FwUOOFNmnGkzxCFo4tQakXFblfOK6pU0Va5XuiNs1+Fnow==", "dependencies": { "tslib": "^2.1.0" } diff --git a/ui/package.json b/ui/package.json index 06f25d32483..c3da96975b1 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.2.3", + "@capacitor/core": "5.7.6", "@capacitor/filesystem": "^5.2.0", "@capacitor/ios": "5.2.3", "@capacitor/splash-screen": "^5.0.6",