MOBILE-3947 ionic: Update ionic to 7.7.4

main
Pau Ferrer Ocaña 2024-03-07 11:54:52 +01:00
parent dd2f22226d
commit 2e023cee71
2 changed files with 13 additions and 11 deletions

22
package-lock.json generated
View File

@ -38,7 +38,7 @@
"@awesome-cordova-plugins/sqlite": "^6.6.0", "@awesome-cordova-plugins/sqlite": "^6.6.0",
"@awesome-cordova-plugins/status-bar": "^6.6.0", "@awesome-cordova-plugins/status-bar": "^6.6.0",
"@awesome-cordova-plugins/web-intent": "^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", "@ionic/cordova-builders": "^10.1.1",
"@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1", "@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1",
"@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1", "@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1",
@ -5124,11 +5124,11 @@
"license": "BSD-3-Clause" "license": "BSD-3-Clause"
}, },
"node_modules/@ionic/angular": { "node_modules/@ionic/angular": {
"version": "7.6.5", "version": "7.7.4",
"resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-7.6.5.tgz", "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-7.7.4.tgz",
"integrity": "sha512-c1LIAwDuDtaEhMA91m+CqzLOgMY8V4DPPiTdHl6xB2ohmC3er+PpZQx87wpLcSjO7Yl+S3470/+FGGqDAjc8cQ==", "integrity": "sha512-uj51zQoqEnDSnanv4D6AlVS1MuVjJSTFTbS0sMeSwK8D9Ads+fZ761VnCU/oTEK8hw4BgmxIGBRsOhA/gaYnvw==",
"dependencies": { "dependencies": {
"@ionic/core": "7.6.5", "@ionic/core": "7.7.4",
"ionicons": "^7.0.0", "ionicons": "^7.0.0",
"jsonc-parser": "^3.0.0", "jsonc-parser": "^3.0.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"
@ -6674,10 +6674,11 @@
} }
}, },
"node_modules/@ionic/core": { "node_modules/@ionic/core": {
"version": "7.6.5", "version": "7.7.4",
"license": "MIT", "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.7.4.tgz",
"integrity": "sha512-zThio3ZfbTu+3eM6QBdyeEk5OBc7M0ApFwSlP/G7rrFVcTPm12FNvG9VPD+aN5NwnYy0EsV3hlMkxbawoqjVLw==",
"dependencies": { "dependencies": {
"@stencil/core": "^4.10.0", "@stencil/core": "^4.12.2",
"ionicons": "^7.2.2", "ionicons": "^7.2.2",
"tslib": "^2.1.0" "tslib": "^2.1.0"
} }
@ -8989,8 +8990,9 @@
} }
}, },
"node_modules/@stencil/core": { "node_modules/@stencil/core": {
"version": "4.10.0", "version": "4.12.5",
"license": "MIT", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.5.tgz",
"integrity": "sha512-vSyFjY7XSEx0ufa9SebOd437CvnneaTXlCpuGDhjUDxAjGBlu6ie5qHyubobVGBth//aErc6wZPHc6W75Vp3iQ==",
"bin": { "bin": {
"stencil": "bin/stencil" "stencil": "bin/stencil"
}, },

View File

@ -73,7 +73,7 @@
"@awesome-cordova-plugins/sqlite": "^6.6.0", "@awesome-cordova-plugins/sqlite": "^6.6.0",
"@awesome-cordova-plugins/status-bar": "^6.6.0", "@awesome-cordova-plugins/status-bar": "^6.6.0",
"@awesome-cordova-plugins/web-intent": "^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", "@ionic/cordova-builders": "^10.1.1",
"@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1", "@moodlehq/cordova-plugin-advanced-http": "3.3.1-moodle.1",
"@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1", "@moodlehq/cordova-plugin-file-opener": "4.0.0-moodle.1",