You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/12/04 21:57:08 UTC

[cordova-paramedic] branch master updated: Fix some npm audit issues (upgrade dependencies) (#40)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3efce85  Fix some npm audit issues (upgrade dependencies) (#40)
3efce85 is described below

commit 3efce857da410df836a17e3f624e4ba63ec09401
Author: Niklas Merz <Ni...@gmx.net>
AuthorDate: Tue Dec 4 22:57:03 2018 +0100

    Fix some npm audit issues (upgrade dependencies) (#40)
    
    * Fix some security issues
    
    * Remove package lock
---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 4363070..40fffd2 100644
--- a/package.json
+++ b/package.json
@@ -33,10 +33,10 @@
   "dependencies": {
     "cordova-common": "^1.1.0",
     "expect-telnet": "^0.5.2",
-    "jasmine": "2.4.1",
+    "jasmine": "^3.1.0",
     "jasmine-reporters": "^2.1.1",
     "jasmine-spec-reporter": "^2.4.0",
-    "localtunnel": "~1.5.0",
+    "localtunnel": "^1.9.0",
     "minimist": "~1.1.0",
     "path-extra": "^3.0.0",
     "q": "^1.4.1",
@@ -44,7 +44,7 @@
     "sauce-connect-launcher": "^1.2.2",
     "saucelabs": "^1.2.0",
     "shelljs": "~0.3.0",
-    "socket.io": "^1.4.5",
+    "socket.io": "^2.1.0",
     "tcp-port-used": "^0.1.2",
     "tmp": "0.0.25",
     "tree-kill": "^1.1.0",


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