update some dependencies (#992)

* update cordova-common -> ^4.0.1
* update execa -> ^4.0.2
* update fs-extra -> ^9.0.1
This commit is contained in:
Chris Brody
2020-06-10 11:47:17 -04:00
committed by GitHub
parent b8a344fc17
commit 6b789c57e8
2 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -26,9 +26,9 @@
"license": "Apache-2.0",
"dependencies": {
"android-versions": "^1.5.0",
"cordova-common": "^4.0.0",
"execa": "^4.0.0",
"fs-extra": "^9.0.0",
"cordova-common": "^4.0.1",
"execa": "^4.0.2",
"fs-extra": "^9.0.1",
"nopt": "^4.0.3",
"properties-parser": "^0.3.1",
"which": "^2.0.2"