From fc5d692a0516cab445aa614d1651cea90ab241bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:43:58 -0400 Subject: [PATCH] chore(deps): update dependency @capacitor/core to v5.7.3 (#29176) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@capacitor/core](https://capacitorjs.com) ([source](https://togithub.com/ionic-team/capacitor)) | [`5.7.2` -> `5.7.3`](https://renovatebot.com/diffs/npm/@capacitor%2fcore/5.7.2/5.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@capacitor%2fcore/5.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@capacitor%2fcore/5.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@capacitor%2fcore/5.7.2/5.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@capacitor%2fcore/5.7.2/5.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ionic-team/capacitor (@​capacitor/core) ### [`v5.7.3`](https://togithub.com/ionic-team/capacitor/releases/tag/5.7.3) [Compare Source](https://togithub.com/ionic-team/capacitor/compare/5.7.2...5.7.3) ##### Bug Fixes - **cli:** apkName for multi-dimensional flavors ([#​7347](https://togithub.com/ionic-team/capacitor/issues/7347)) ([771d678](https://togithub.com/ionic-team/capacitor/commit/771d67820e604e1c2a41ec5e966c58eab26a3e50)) - **http:** keep original URL properties on proxy ([#​7338](https://togithub.com/ionic-team/capacitor/issues/7338)) ([9ef8b1d](https://togithub.com/ionic-team/capacitor/commit/9ef8b1d5bc9ef596d5a3742dc34f053c47a3fc74)) - **http:** Make proxy work with Request objects ([#​7348](https://togithub.com/ionic-team/capacitor/issues/7348)) ([#​7351](https://togithub.com/ionic-team/capacitor/issues/7351)) ([0139aa8](https://togithub.com/ionic-team/capacitor/commit/0139aa8cf3ad86f688b5af29172287c57df01b2e)) - **http:** set port for proxy url ([#​7346](https://togithub.com/ionic-team/capacitor/issues/7346)) ([5bd33c4](https://togithub.com/ionic-team/capacitor/commit/5bd33c4080be4f9cd7ba4c27a0036d7004bea291)) - **ios:** overwrite CORS headers on livereload ([#​7349](https://togithub.com/ionic-team/capacitor/issues/7349)) ([1aad9c6](https://togithub.com/ionic-team/capacitor/commit/1aad9c6aa984bf2fcf5be6ac5f00fe55bce6438d))
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ionic-team/ionic-framework). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index 51c2c9e92a..6b7526e0ed 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -633,9 +633,9 @@ "dev": true }, "node_modules/@capacitor/core": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-5.7.2.tgz", - "integrity": "sha512-/OUtfINmk7ke32VtKIHRAy8NlunbeK+aCqCHOS+fvtr7nUsOJXPkYgbgqZp/CWXET/gSK1xxMecaVBzpE98UKA==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-5.7.3.tgz", + "integrity": "sha512-xEuQmP+h0tugl2N+qRcdrUavZydvTnnmtvqu/OtCBb/bKZo2PDRFft7MxuQRE2GxXs6kLy3cvwzhDAHB3a+9mw==", "dev": true, "dependencies": { "tslib": "^2.1.0" @@ -10416,9 +10416,9 @@ "dev": true }, "@capacitor/core": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-5.7.2.tgz", - "integrity": "sha512-/OUtfINmk7ke32VtKIHRAy8NlunbeK+aCqCHOS+fvtr7nUsOJXPkYgbgqZp/CWXET/gSK1xxMecaVBzpE98UKA==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-5.7.3.tgz", + "integrity": "sha512-xEuQmP+h0tugl2N+qRcdrUavZydvTnnmtvqu/OtCBb/bKZo2PDRFft7MxuQRE2GxXs6kLy3cvwzhDAHB3a+9mw==", "dev": true, "requires": { "tslib": "^2.1.0"