From 40f0ba8f6cdbcc394f0a477b52796f8fe5fd96f7 Mon Sep 17 00:00:00 2001 From: sdob Date: Fri, 30 Jun 2017 15:21:07 +0100 Subject: [PATCH] Update dependencies and bump patch version This commit updates the fs-extra dependency from 0.3.2 to ^3 and increments the patch version. fs-extra@0.3.2 depends on a deprecated package version (graceful-fs@1.1.14) that will fail on node v.7 and later; the most recent version of fs-extra depends on a current version of graceful-fs. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2e77d42..804c9da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "latex", - "version": "0.0.1", + "version": "0.0.2", "description": "A simple wrapper for LaTeX in node.js", "main": "texwrapper.js", "directories": { @@ -9,7 +9,7 @@ "dependencies": { "temp": "~0.6.0", "through": "~2.1.0", - "fs-extra": "~0.3.2" + "fs-extra": "^3" }, "devDependencies": {}, "scripts": {