You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/10/31 12:28:39 UTC

[cordova-fetch] branch master updated: chore: bump production dependencies (#73)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-fetch.git


The following commit(s) were added to refs/heads/master by this push:
     new 98cb004  chore: bump production dependencies (#73)
98cb004 is described below

commit 98cb00454391e9b2948dea5053606f8b0f14ffc8
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Oct 31 21:28:34 2019 +0900

    chore: bump production dependencies (#73)
    
    * fs-extra@^8.1.0
    * npm-package-arg@^6.1.1
    * resolve@^1.12.0
    * semver@^6.3.0
---
 package.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index b4c64c3..f6552bc 100644
--- a/package.json
+++ b/package.json
@@ -22,11 +22,11 @@
   },
   "dependencies": {
     "cordova-common": "^3.1.0",
-    "fs-extra": "^7.0.1",
-    "npm-package-arg": "^6.1.0",
+    "fs-extra": "^8.1.0",
+    "npm-package-arg": "^6.1.1",
     "pify": "^4.0.1",
-    "resolve": "^1.10.0",
-    "semver": "^5.6.0",
+    "resolve": "^1.12.0",
+    "semver": "^6.3.0",
     "which": "^1.3.1"
   },
   "devDependencies": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org