diff --git a/.gitignore b/.gitignore index d38995d..9d0e6e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ node_modules/ coverage/ .nyc_output/ +package-lock.json *~ *.swp diff --git a/package.json b/package.json index fb0eae2..6bd8584 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "url": "git://github.com/nfischer/shelljs-exec-proxy.git" }, "dependencies": { - "shelljs": "^0.8.4" + "shelljs": "^0.8.5" }, "files": [ "index.js", @@ -43,8 +43,8 @@ "eslint-plugin-import": "^2.17.3", "mocha": "^6.1.4", "nyc": "^14.1.1", - "shelljs-changelog": "^0.2.0", - "shelljs-release": "^0.4.1", + "shelljs-changelog": "^0.2.6", + "shelljs-release": "^0.5.1", "should": "^13.2.3" } }