Merge pull request #3205 from NoelDeMartin/MOBILE-3833

MOBILE-3833 core: Update push notifications plugin
main
Dani Palou 2022-03-28 14:12:49 +02:00 committed by GitHub
commit caf2375dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -49,7 +49,7 @@
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.3",
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.2",
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
"@moodlehq/phonegap-plugin-push": "2.0.0-moodle.2",
"@moodlehq/phonegap-plugin-push": "2.0.0-moodle.3",
"@ngx-translate/core": "13.0.0",
"@ngx-translate/http-loader": "6.0.0",
"@types/chart.js": "2.9.31",
@ -5175,9 +5175,9 @@
]
},
"node_modules/@moodlehq/phonegap-plugin-push": {
"version": "2.0.0-moodle.2",
"resolved": "https://registry.npmjs.org/@moodlehq/phonegap-plugin-push/-/phonegap-plugin-push-2.0.0-moodle.2.tgz",
"integrity": "sha512-a1ZR36vOy0Gu0yaX2T+PODlNSQcIUuHMNzPZ/kn4I+cV+hyPwAw1LmdGQDdxfABAGKWCvtzwUyYs1T/NCz2fRQ==",
"version": "2.0.0-moodle.3",
"resolved": "https://registry.npmjs.org/@moodlehq/phonegap-plugin-push/-/phonegap-plugin-push-2.0.0-moodle.3.tgz",
"integrity": "sha512-J5V/uElS6DDCFXQKCpnwEBTi2JlfbOGFWOpOicOrua+fGupmh4uj65zxBajtNwZghDbvQ2HKtmT2++obJ+DKEg==",
"engines": {
"cordovaDependencies": {
"1.0.0": {
@ -35278,9 +35278,9 @@
"integrity": "sha512-QD5S6bsm6awJrNMb8YN/vkYghKAMfZMHccdimx6s1i5S9fgZUSf7L477NJqjFu62imVZYJIJuavBbw5fR/562w=="
},
"@moodlehq/phonegap-plugin-push": {
"version": "2.0.0-moodle.2",
"resolved": "https://registry.npmjs.org/@moodlehq/phonegap-plugin-push/-/phonegap-plugin-push-2.0.0-moodle.2.tgz",
"integrity": "sha512-a1ZR36vOy0Gu0yaX2T+PODlNSQcIUuHMNzPZ/kn4I+cV+hyPwAw1LmdGQDdxfABAGKWCvtzwUyYs1T/NCz2fRQ=="
"version": "2.0.0-moodle.3",
"resolved": "https://registry.npmjs.org/@moodlehq/phonegap-plugin-push/-/phonegap-plugin-push-2.0.0-moodle.3.tgz",
"integrity": "sha512-J5V/uElS6DDCFXQKCpnwEBTi2JlfbOGFWOpOicOrua+fGupmh4uj65zxBajtNwZghDbvQ2HKtmT2++obJ+DKEg=="
},
"@netflix/nerror": {
"version": "1.1.3",

View File

@ -78,7 +78,7 @@
"@moodlehq/cordova-plugin-local-notification": "0.9.0-moodle.3",
"@moodlehq/cordova-plugin-qrscanner": "3.0.1-moodle.2",
"@moodlehq/cordova-plugin-zip": "3.1.0-moodle.1",
"@moodlehq/phonegap-plugin-push": "2.0.0-moodle.2",
"@moodlehq/phonegap-plugin-push": "2.0.0-moodle.3",
"@ngx-translate/core": "13.0.0",
"@ngx-translate/http-loader": "6.0.0",
"@types/chart.js": "2.9.31",