diff options
Diffstat (limited to 'node_modules/js-yaml/package.json')
-rw-r--r-- | node_modules/js-yaml/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/js-yaml/package.json b/node_modules/js-yaml/package.json index 8d1785a50..92b4cd2a0 100644 --- a/node_modules/js-yaml/package.json +++ b/node_modules/js-yaml/package.json @@ -1,6 +1,6 @@ { "name": "js-yaml", - "version": "3.8.4", + "version": "3.9.1", "description": "YAML 1.2 parser and serializer", "keywords": [ "yaml", @@ -28,14 +28,14 @@ }, "dependencies": { "argparse": "^1.0.7", - "esprima": "^3.1.1" + "esprima": "^4.0.0" }, "devDependencies": { "ansi": "^0.3.1", "benchmark": "^2.1.4", "browserify": "^14.3.0", "codemirror": "^5.13.4", - "eslint": "^3.10.0", + "eslint": "^4.1.1", "istanbul": "^0.4.5", "mocha": "^3.3.0", "uglify-js": "^3.0.1" |