You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 18:00:20 UTC

[couchdb-escodegen] 12/13: Update package.json

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

davisp pushed a commit to reference refs/pull/313/head
in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git

commit ff36ad21b4b363f2f581c8e57f97dd4c4983ac0b
Author: Roi <ro...@gmail.com>
AuthorDate: Sun Oct 9 17:01:09 2016 +0300

    Update package.json
---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 029d604..3ba47c8 100644
--- a/package.json
+++ b/package.json
@@ -31,10 +31,10 @@
         "url": "http://github.com/estools/escodegen.git"
     },
     "dependencies": {
-        "estraverse": "^1.9.1",
+        "estraverse": "^4.2.0",
         "esutils": "^2.0.2",
-        "esprima": "^2.7.1",
-        "optionator": "^0.8.1"
+        "esprima": "^3.0.0",
+        "optionator": "^0.8.2"
     },
     "optionalDependencies": {
         "source-map": "~0.2.0"