From 3ad2b3b42ebe175b0d7ecd5a6e039ac000ca2e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 00:39:01 +0000 Subject: [PATCH] build(deps): bump @ionic/vue-router from 6.2.6 to 6.2.7 Bumps [@ionic/vue-router](https://github.com/ionic-team/ionic) from 6.2.6 to 6.2.7. - [Release notes](https://github.com/ionic-team/ionic/releases) - [Changelog](https://github.com/ionic-team/ionic-framework/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/ionic/compare/v6.2.6...v6.2.7) --- updated-dependencies: - dependency-name: "@ionic/vue-router" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 45 ++++++++++++++------------------------------- package.json | 2 +- 2 files changed, 15 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index 637191d6..8201da13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4458,53 +4458,36 @@ } }, "@ionic/vue-router": { - "version": "6.2.6", - "resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-6.2.6.tgz", - "integrity": "sha512-uqB8rK6bDLXyfQaWCg3b2rAvJ3s5HJum2knedoRWREyswZYglDrFT27uFDEGMtsMbG8FqgXQigk/E+ZxHxo/rA==", + "version": "6.2.7", + "resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-6.2.7.tgz", + "integrity": "sha512-TVtTO1LWPwdokXoxOBNTndKl0k4JnUs9Bkl94es+u/s5DWHgpVV9nvvAZ+yJ2a8XWsIGG0MNUVYCH2bbzNL31g==", "requires": { - "@ionic/vue": "^6.2.6" + "@ionic/vue": "^6.2.7" }, "dependencies": { "@ionic/core": { - "version": "6.2.6", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.6.tgz", - "integrity": "sha512-79VGvJ33YlCX/rhepfamL2YUQnqu3cruKMo0yFbrhyJWzoF3GTT/p371FHu1e+SdIZsMu/xcn+dkcTxQjEEcdA==", + "version": "6.2.7", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.7.tgz", + "integrity": "sha512-pQWcIqr5zfCX5De/MQ9kFs+nhaPCr8HIh5QjmydxvmlLv6WU4vlny/Mg0y1+JwLE0qxPD0T9sMykawWH9e3y5Q==", "requires": { "@stencil/core": "^2.17.4", "ionicons": "^6.0.3", "tslib": "^2.1.0" - }, - "dependencies": { - "ionicons": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-6.0.3.tgz", - "integrity": "sha512-kVOWER991EMqLiVShrCSWKMHkgHZP7XfVdyN6YPMuoO33W7pc5CPNVNfR8OMe/I8rYEbaunyBs6dXNYpR6gGZw==", - "requires": { - "@stencil/core": "~2.16.0" - }, - "dependencies": { - "@stencil/core": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.16.1.tgz", - "integrity": "sha512-s/UJp9qxExL3DyQPT70kiuWeb3AdjbUZM+5lEIXn30I2DLcLYPOPXfsoWJODieQywq+3vPiLZeIdkoqjf6jcSw==" - } - } - } } }, "@ionic/vue": { - "version": "6.2.6", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.2.6.tgz", - "integrity": "sha512-IsSeoCixH29SajNOQDMk9V3mUeVvZPsiL3wbLWGj4eHg5NZJ2cmwP7BHlkzcGCRQa8Uvh6RTIfXzMUuRh6fP5A==", + "version": "6.2.7", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.2.7.tgz", + "integrity": "sha512-gyAV8gG5F/7/2cMASLd/MGw1ijhCq+bTMIzvTejEp8QKr5khS0DLioWAA13WGC7M2k+S4NrRUiz8lWxibGcjSw==", "requires": { - "@ionic/core": "^6.2.6", + "@ionic/core": "^6.2.7", "ionicons": "^6.0.2" } }, "@stencil/core": { - "version": "2.17.4", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.17.4.tgz", - "integrity": "sha512-SGRlHpjV1RyFvzw6jFMVKpLNox9Eds3VvpbpD2SW9CuxdLonHDSFtQks5zmT4zs1Rse9I6kFc2mFK/dHNTalkg==" + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.18.0.tgz", + "integrity": "sha512-NLEY8Jq59smyiivBAxHKipsp9YkkW/K/Vm90zAyXQqukb12i2SFucWHJ1Ik7ropVlhmMVvigyxXgRfQ9quIqtg==" }, "tslib": { "version": "2.4.0", diff --git a/package.json b/package.json index c9d6dd92..e4511fd4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@capacitor/core": "4.2.0", "@ionic/vue": "^5.6.8", - "@ionic/vue-router": "^6.2.6", + "@ionic/vue-router": "^6.2.7", "@vuelidate/core": "^2.0.0-alpha.44", "@vuelidate/validators": "^2.0.0-alpha.31", "axios": "^0.21.2",