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 2020/04/01 07:57:07 UTC

[cordova-serve] branch master updated: breaking(npm): bump dependencies (#28)

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-serve.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ee7545  breaking(npm): bump dependencies (#28)
6ee7545 is described below

commit 6ee754507a25c16046d315d75a3b299dc08a7f17
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Apr 1 16:56:54 2020 +0900

    breaking(npm): bump dependencies (#28)
    
    * breaking(npm): bump dependencies
      * chalk@^3.0.0
      * compression@^1.7.4
      * express@^4.17.1
      * opn@^6.0.0
      * which@^2.0.2
    
    * breaking(npm): dev bump dependencies
      * @cordova/eslint-config@^3.0.0
      * rewire@^5.0.0
---
 package.json | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/package.json b/package.json
index 795099a..27203f5 100644
--- a/package.json
+++ b/package.json
@@ -24,16 +24,16 @@
     "email": "dev@cordova.apache.org"
   },
   "dependencies": {
-    "chalk": "^2.4.1",
-    "compression": "^1.6.0",
-    "express": "^4.13.3",
-    "opn": "^5.3.0",
-    "which": "^1.3.0"
+    "chalk": "^3.0.0",
+    "compression": "^1.7.4",
+    "express": "^4.17.1",
+    "opn": "^6.0.0",
+    "which": "^2.0.2"
   },
   "devDependencies": {
-    "@cordova/eslint-config": "^2.0.0",
+    "@cordova/eslint-config": "^3.0.0",
     "jasmine": "^3.5.0",
-    "rewire": "^4.0.1"
+    "rewire": "^5.0.0"
   },
   "engines": {
     "node": ">= 10",


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