MOBILE-4650 core: Update push plugin to 4.0.0-moodle.10

main
Dani Palou 2024-08-29 12:06:18 +02:00
parent 7f1c6b143d
commit b5be1a1916
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -51,7 +51,7 @@
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
"@moodlehq/phonegap-plugin-push": "4.0.0-moodle.8",
"@moodlehq/phonegap-plugin-push": "4.0.0-moodle.10",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@sqlite.org/sqlite-wasm": "^3.45.0-build1",
@ -5476,9 +5476,9 @@
]
},
"node_modules/@moodlehq/phonegap-plugin-push": {
"version": "4.0.0-moodle.8",
"resolved": "https://registry.npmjs.org/@moodlehq/phonegap-plugin-push/-/phonegap-plugin-push-4.0.0-moodle.8.tgz",
"integrity": "sha512-A55vngyJm6NhnM2eBmZe8cXei9vjqFZPDdv0l77V8aQtZA5DmTgoPASXCavA1t5ADWNdLBp/7c+OovBdbrtQGw==",
"version": "4.0.0-moodle.10",
"resolved": "https://registry.npmjs.org/@moodlehq/phonegap-plugin-push/-/phonegap-plugin-push-4.0.0-moodle.10.tgz",
"integrity": "sha512-krK3SEpY4/G6EwGa1eR13xHm/2VYcmjSMyf5Bwk2VHvZgW7JJNWT+NUPB1VqVC1m73Wu7wiznqCryTwMyZYy/g==",
"engines": {
"cordovaDependencies": {
"1.0.0": {

View File

@ -85,7 +85,7 @@
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.5",
"@moodlehq/cordova-plugin-statusbar": "4.0.0-moodle.3",
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
"@moodlehq/phonegap-plugin-push": "4.0.0-moodle.8",
"@moodlehq/phonegap-plugin-push": "4.0.0-moodle.10",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@sqlite.org/sqlite-wasm": "^3.45.0-build1",