From 1af2cdb399e3cfd10234c64a4e749b1b5ac2d182 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 00:00:40 +0000 Subject: [PATCH] chore(deps): update ionic to v8.8.13 --- .../stackblitz/v8/angular/package-lock.json | 18 ++++++------- .../code/stackblitz/v8/angular/package.json | 4 +-- .../code/stackblitz/v8/html/package-lock.json | 8 +++--- static/code/stackblitz/v8/html/package.json | 2 +- .../stackblitz/v8/react/package-lock.json | 26 +++++++++---------- static/code/stackblitz/v8/react/package.json | 4 +-- .../code/stackblitz/v8/vue/package-lock.json | 26 +++++++++---------- static/code/stackblitz/v8/vue/package.json | 4 +-- 8 files changed, 46 insertions(+), 46 deletions(-) diff --git a/static/code/stackblitz/v8/angular/package-lock.json b/static/code/stackblitz/v8/angular/package-lock.json index e08e67735c..1840429901 100644 --- a/static/code/stackblitz/v8/angular/package-lock.json +++ b/static/code/stackblitz/v8/angular/package-lock.json @@ -14,8 +14,8 @@ "@angular/platform-browser": "^20.0.0", "@angular/platform-browser-dynamic": "^20.0.0", "@angular/router": "^20.0.0", - "@ionic/angular": "8.8.12", - "@ionic/core": "8.8.12", + "@ionic/angular": "8.8.13", + "@ionic/core": "8.8.13", "ionicons": "8.0.13", "rxjs": "^7.8.1", "tslib": "^2.5.0", @@ -4189,12 +4189,12 @@ } }, "node_modules/@ionic/angular": { - "version": "8.8.12", - "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.8.12.tgz", - "integrity": "sha512-itZTT2i7G5c2Uv6VV2wow3FKjW8R8YIkwuQAJjO9o0SlzngSbA6HIZ6lS7h0FkYvle1VZreWdkvS21wbHs0hnA==", + "version": "8.8.13", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.8.13.tgz", + "integrity": "sha512-YxTmE3tjBB425G/L0SUORN0h3+uxcnnMa8dTgDXevUlb+q+duCV63ybLP8e70rogj2NTp7TG8MUAHoCLIqIc0g==", "license": "MIT", "dependencies": { - "@ionic/core": "8.8.12", + "@ionic/core": "8.8.13", "ionicons": "^8.0.13", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -4208,9 +4208,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.8.12", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.12.tgz", - "integrity": "sha512-nR3Us+NICa4eACvPXb4yUzza1URxQ23ELjjLmK1KRFHlk4DhhlzNrYAad0aibTRFh4toXqvFMTADFPB+JiTTFg==", + "version": "8.8.13", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.13.tgz", + "integrity": "sha512-f09pRxmOLxPvLeCK9kTTBiByaPeCrApwABAwkqeax08e1b4kDSyXD1nMGDT6ChTvUGxyt4/cPxLsEP68ku4+HQ==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.5", diff --git a/static/code/stackblitz/v8/angular/package.json b/static/code/stackblitz/v8/angular/package.json index 1206f917ac..ac892e9058 100644 --- a/static/code/stackblitz/v8/angular/package.json +++ b/static/code/stackblitz/v8/angular/package.json @@ -15,8 +15,8 @@ "@angular/platform-browser": "^20.0.0", "@angular/platform-browser-dynamic": "^20.0.0", "@angular/router": "^20.0.0", - "@ionic/angular": "8.8.12", - "@ionic/core": "8.8.12", + "@ionic/angular": "8.8.13", + "@ionic/core": "8.8.13", "ionicons": "8.0.13", "rxjs": "^7.8.1", "tslib": "^2.5.0", diff --git a/static/code/stackblitz/v8/html/package-lock.json b/static/code/stackblitz/v8/html/package-lock.json index a98a03f9bd..ad8bb267fa 100644 --- a/static/code/stackblitz/v8/html/package-lock.json +++ b/static/code/stackblitz/v8/html/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "html-starter", "dependencies": { - "@ionic/core": "8.8.12", + "@ionic/core": "8.8.13", "ionicons": "8.0.13" }, "devDependencies": { @@ -50,9 +50,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.8.12", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.12.tgz", - "integrity": "sha512-nR3Us+NICa4eACvPXb4yUzza1URxQ23ELjjLmK1KRFHlk4DhhlzNrYAad0aibTRFh4toXqvFMTADFPB+JiTTFg==", + "version": "8.8.13", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.13.tgz", + "integrity": "sha512-f09pRxmOLxPvLeCK9kTTBiByaPeCrApwABAwkqeax08e1b4kDSyXD1nMGDT6ChTvUGxyt4/cPxLsEP68ku4+HQ==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.5", diff --git a/static/code/stackblitz/v8/html/package.json b/static/code/stackblitz/v8/html/package.json index f811b6c4b7..0b83a845f1 100644 --- a/static/code/stackblitz/v8/html/package.json +++ b/static/code/stackblitz/v8/html/package.json @@ -9,7 +9,7 @@ "start": "vite preview" }, "dependencies": { - "@ionic/core": "8.8.12", + "@ionic/core": "8.8.13", "ionicons": "8.0.13" }, "devDependencies": { diff --git a/static/code/stackblitz/v8/react/package-lock.json b/static/code/stackblitz/v8/react/package-lock.json index dc278421be..ea0d3be6b9 100644 --- a/static/code/stackblitz/v8/react/package-lock.json +++ b/static/code/stackblitz/v8/react/package-lock.json @@ -8,8 +8,8 @@ "name": "vite-react-typescript", "version": "0.1.0", "dependencies": { - "@ionic/react": "8.8.12", - "@ionic/react-router": "8.8.12", + "@ionic/react": "8.8.13", + "@ionic/react-router": "8.8.13", "@types/node": "^24.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", @@ -67,9 +67,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.8.12", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.12.tgz", - "integrity": "sha512-nR3Us+NICa4eACvPXb4yUzza1URxQ23ELjjLmK1KRFHlk4DhhlzNrYAad0aibTRFh4toXqvFMTADFPB+JiTTFg==", + "version": "8.8.13", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.13.tgz", + "integrity": "sha512-f09pRxmOLxPvLeCK9kTTBiByaPeCrApwABAwkqeax08e1b4kDSyXD1nMGDT6ChTvUGxyt4/cPxLsEP68ku4+HQ==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.5", @@ -81,12 +81,12 @@ } }, "node_modules/@ionic/react": { - "version": "8.8.12", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.8.12.tgz", - "integrity": "sha512-rTweY7/zf4htD5CgG1ENzBBUyOF4t1dvUA4odAwmLE72qAIy2XfRkGlOgTVAPSXygJZGHt2LXCFTWk1v66APdw==", + "version": "8.8.13", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-8.8.13.tgz", + "integrity": "sha512-xKevvpmTfi2ZtOcmwEsw3EE6fm+TqKYIHKvgkIwAUz/bnRcMmGA9b474WxJcLQ5Twv8ynj/C1iDQcDA+jR0/pw==", "license": "MIT", "dependencies": { - "@ionic/core": "8.8.12", + "@ionic/core": "8.8.13", "ionicons": "^8.0.13", "tslib": "*" }, @@ -96,12 +96,12 @@ } }, "node_modules/@ionic/react-router": { - "version": "8.8.12", - "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-8.8.12.tgz", - "integrity": "sha512-aFtbSOyGvxHvjOgUhPZVjWItGkBrP1J3BdyoezH/MzgOaj6rcJoFENTMHlhVGUvZiHa0YL17b54+uuNhAWz72A==", + "version": "8.8.13", + "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-8.8.13.tgz", + "integrity": "sha512-9+EKIsqa1+MyzyY/sDkhuMc1cWwtGcqrKzsxnL94bQHuPt3dndRbLzCJZiiaDwffahoiRCRKt2Xv6aVVQWAhmQ==", "license": "MIT", "dependencies": { - "@ionic/react": "8.8.12", + "@ionic/react": "8.8.13", "tslib": "*" }, "peerDependencies": { diff --git a/static/code/stackblitz/v8/react/package.json b/static/code/stackblitz/v8/react/package.json index 70e0d6cd80..175a90695a 100644 --- a/static/code/stackblitz/v8/react/package.json +++ b/static/code/stackblitz/v8/react/package.json @@ -3,8 +3,8 @@ "version": "0.1.0", "private": true, "dependencies": { - "@ionic/react": "8.8.12", - "@ionic/react-router": "8.8.12", + "@ionic/react": "8.8.13", + "@ionic/react-router": "8.8.13", "@types/node": "^24.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", diff --git a/static/code/stackblitz/v8/vue/package-lock.json b/static/code/stackblitz/v8/vue/package-lock.json index e6aab20e96..55cdc1f508 100644 --- a/static/code/stackblitz/v8/vue/package-lock.json +++ b/static/code/stackblitz/v8/vue/package-lock.json @@ -8,8 +8,8 @@ "name": "vite-vue-starter", "version": "0.0.0", "dependencies": { - "@ionic/vue": "8.8.12", - "@ionic/vue-router": "8.8.12", + "@ionic/vue": "8.8.13", + "@ionic/vue-router": "8.8.13", "vue": "^3.2.25", "vue-router": "5.1.0" }, @@ -161,9 +161,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.8.12", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.12.tgz", - "integrity": "sha512-nR3Us+NICa4eACvPXb4yUzza1URxQ23ELjjLmK1KRFHlk4DhhlzNrYAad0aibTRFh4toXqvFMTADFPB+JiTTFg==", + "version": "8.8.13", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.13.tgz", + "integrity": "sha512-f09pRxmOLxPvLeCK9kTTBiByaPeCrApwABAwkqeax08e1b4kDSyXD1nMGDT6ChTvUGxyt4/cPxLsEP68ku4+HQ==", "license": "MIT", "dependencies": { "@stencil/core": "4.43.5", @@ -175,23 +175,23 @@ } }, "node_modules/@ionic/vue": { - "version": "8.8.12", - "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.8.12.tgz", - "integrity": "sha512-qvjDS/t9fE5CqeNP2Agba7glr9oMueIk/qTlTPjxWcAsLnqVM/dEikO3we+pGB9yx340mJ99wsEXVOLM+rEY9Q==", + "version": "8.8.13", + "resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-8.8.13.tgz", + "integrity": "sha512-PgpuoQInVBAmBwn12Wg7nvZ471khG++3UGlEsOAFZ6D6BFEvv8OMz90MTE5j6gnT//lzP2GIs/msG+LS8FV5vQ==", "license": "MIT", "dependencies": { - "@ionic/core": "8.8.12", + "@ionic/core": "8.8.13", "@stencil/vue-output-target": "0.10.7", "ionicons": "^8.0.13" } }, "node_modules/@ionic/vue-router": { - "version": "8.8.12", - "resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-8.8.12.tgz", - "integrity": "sha512-I6qDZda+6Drtg6a6ACkd87MjyM01XT98a3jY/wpCh0GPAWE0m81etzsfDotnEuBg0YSbsHYGkXQE+XQHiIGgag==", + "version": "8.8.13", + "resolved": "https://registry.npmjs.org/@ionic/vue-router/-/vue-router-8.8.13.tgz", + "integrity": "sha512-d5hN8XdZIrG47cLT9UdvqKvkQbxlhbnenKA7tqi2ROo0WTyqcnCQ9V+qSTK9elSMbvdQZrzSgYO6GGxLHnOdOw==", "license": "MIT", "dependencies": { - "@ionic/vue": "8.8.12" + "@ionic/vue": "8.8.13" } }, "node_modules/@jridgewell/gen-mapping": { diff --git a/static/code/stackblitz/v8/vue/package.json b/static/code/stackblitz/v8/vue/package.json index 2b20bbd603..57f919ae72 100644 --- a/static/code/stackblitz/v8/vue/package.json +++ b/static/code/stackblitz/v8/vue/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@ionic/vue": "8.8.12", - "@ionic/vue-router": "8.8.12", + "@ionic/vue": "8.8.13", + "@ionic/vue-router": "8.8.13", "vue": "^3.2.25", "vue-router": "5.1.0" },