diff --git a/package-lock.json b/package-lock.json index ae6b50f..2e6351e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,6 +93,10 @@ "which": "1.3.1" } }, + "cordova-plugin-autostart": { + "version": "git+https://github.com/ToniKorin/cordova-plugin-autostart.git#0e7e3adafd5c05df39510c4c266bfe43b85ec4e1", + "from": "git+https://github.com/ToniKorin/cordova-plugin-autostart.git" + }, "cordova-plugin-battery-status": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/cordova-plugin-battery-status/-/cordova-plugin-battery-status-2.0.2.tgz", @@ -133,6 +137,10 @@ "resolved": "https://registry.npmjs.org/cordova-plugin-fullscreen/-/cordova-plugin-fullscreen-1.2.0.tgz", "integrity": "sha512-cl8mE1MoTjv4JlwV6dw3nOc7Qj18WuNJLf2jHWUmRTYzCI/SW9ym/ghSVvonTVnaoECuHrOpmAfUoFzbb8kf2Q==" }, + "cordova-plugin-locktask": { + "version": "git+https://github.com/oddmouse/cordova-plugin-locktask.git#da407eb1e4180a952f732db00645e7852c32f9f8", + "from": "git+https://github.com/oddmouse/cordova-plugin-locktask.git" + }, "cordova-plugin-media": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/cordova-plugin-media/-/cordova-plugin-media-5.0.2.tgz", @@ -439,9 +447,9 @@ "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.1.tgz", "integrity": "sha512-GpgvHHocGRyQm74b6FWEZZVRroHKE1I0/BTjAmySaohK+cUn+hZpbqXkc3KWgW3gQYkqcQej35FohcT0FRlkRQ==", "requires": { - "base64-js": "1.3.0", - "xmlbuilder": "9.0.7", - "xmldom": "0.1.27" + "base64-js": "^1.2.3", + "xmlbuilder": "^9.0.7", + "xmldom": "0.1.x" } }, "properties-parser": {