From 2e023cee719ab8c282d1cac3d26e6a6755dd44f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 7 Mar 2024 11:54:52 +0100 Subject: [PATCH] MOBILE-3947 ionic: Update ionic to 7.7.4 --- package-lock.json | 22 ++++++++++++---------- package.json | 2 +- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9666d5811..0971fe3bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@awesome-cordova-plugins/sqlite": "^6.6.0", "@awesome-cordova-plugins/status-bar": "^6.6.0", "@awesome-cordova-plugins/web-intent": "^6.6.0", - "@ionic/angular": "^7.6.5", + "@ionic/angular": "^7.7.4", "@ionic/cordova-builders": "^10.1.1", "@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1", "@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1", @@ -5124,11 +5124,11 @@ "license": "BSD-3-Clause" }, "node_modules/@ionic/angular": { - "version": "7.6.5", - "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-7.6.5.tgz", - "integrity": "sha512-c1LIAwDuDtaEhMA91m+CqzLOgMY8V4DPPiTdHl6xB2ohmC3er+PpZQx87wpLcSjO7Yl+S3470/+FGGqDAjc8cQ==", + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-7.7.4.tgz", + "integrity": "sha512-uj51zQoqEnDSnanv4D6AlVS1MuVjJSTFTbS0sMeSwK8D9Ads+fZ761VnCU/oTEK8hw4BgmxIGBRsOhA/gaYnvw==", "dependencies": { - "@ionic/core": "7.6.5", + "@ionic/core": "7.7.4", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -6674,10 +6674,11 @@ } }, "node_modules/@ionic/core": { - "version": "7.6.5", - "license": "MIT", + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.7.4.tgz", + "integrity": "sha512-zThio3ZfbTu+3eM6QBdyeEk5OBc7M0ApFwSlP/G7rrFVcTPm12FNvG9VPD+aN5NwnYy0EsV3hlMkxbawoqjVLw==", "dependencies": { - "@stencil/core": "^4.10.0", + "@stencil/core": "^4.12.2", "ionicons": "^7.2.2", "tslib": "^2.1.0" } @@ -8989,8 +8990,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.10.0", - "license": "MIT", + "version": "4.12.5", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.5.tgz", + "integrity": "sha512-vSyFjY7XSEx0ufa9SebOd437CvnneaTXlCpuGDhjUDxAjGBlu6ie5qHyubobVGBth//aErc6wZPHc6W75Vp3iQ==", "bin": { "stencil": "bin/stencil" }, diff --git a/package.json b/package.json index d6931d9ba..6de706636 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@awesome-cordova-plugins/sqlite": "^6.6.0", "@awesome-cordova-plugins/status-bar": "^6.6.0", "@awesome-cordova-plugins/web-intent": "^6.6.0", - "@ionic/angular": "^7.6.5", + "@ionic/angular": "^7.7.4", "@ionic/cordova-builders": "^10.1.1", "@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1", "@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1",