diff --git a/package-lock.json b/package-lock.json index 3de31bea..321bc816 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "angular": { - "version": "1.6.9", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.6.9.tgz", - "integrity": "sha512-6igWH2GIsxV+J38wNWCh8oyjaZsrIPIDO35twloIUyjlF2Yit6UyLAWujHP05ma/LFxTsx4NtYibRoMNBXPR1A==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.0.tgz", + "integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg==" }, "balanced-match": { "version": "1.0.0", @@ -273,7 +273,8 @@ "integrity": "sha1-1K4A02Z2IQdRBXrSWK5K1KkWGto=" }, "cordova-plugin-splashscreen": { - "version": "git+https://github.com/apache/cordova-plugin-splashscreen.git#d96c08e00badb5beca400abce4885bded56a03f7" + "version": "git+https://github.com/apache/cordova-plugin-splashscreen.git#d96c08e00badb5beca400abce4885bded56a03f7", + "from": "git+https://github.com/apache/cordova-plugin-splashscreen.git#d96c08e00badb5beca400abce4885bded56a03f7" }, "cordova-plugin-whitelist": { "version": "1.3.3", diff --git a/package.json b/package.json index 64b9c1cd..f8c7668e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "Apache Cordova Team", "license": "Apache-2.0", "dependencies": { - "angular": "^1.6.9", + "angular": "^1.8.0", "cordova-android": "^7.0.0", "cordova-plugin-browsertab": "^0.2.0", "cordova-plugin-buildinfo": "^2.0.1",