Skip to content

Commit 4c6d268

Browse files
committedJun 30, 2018
Bump all dependencies to latest; fix npm audit issues
1 parent 1bab273 commit 4c6d268

File tree

3 files changed

+2794
-3701
lines changed

3 files changed

+2794
-3701
lines changed
 

‎lib/actions/copy-tpl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function render(contents, filename, context, tplSettings) {
2424

2525
module.exports = function (from, to, context, tplSettings, options) {
2626
context = context || {};
27-
tplSettings = tplSettings || {}
27+
tplSettings = tplSettings || {};
2828

2929
this.copy(from, to, extend(options || {}, {
3030
process: function (contents, filename) {

‎package-lock.json

+2,786-3,691
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"version": "4.0.3",
44
"description": "File edition helpers working on top of mem-fs",
55
"scripts": {
6-
"pretest": "eslint **/*.js",
7-
"test": "jest",
8-
"prepublishOnly": "nsp check"
6+
"pretest": "eslint .",
7+
"test": "jest"
98
},
109
"repository": "SBoudrias/mem-fs-editor",
1110
"author": "Simon Boudrias",
@@ -19,7 +18,7 @@
1918
"deep-extend": "^0.6.0",
2019
"ejs": "^2.5.9",
2120
"glob": "^7.0.3",
22-
"globby": "^7.1.1",
21+
"globby": "^8.0.1",
2322
"isbinaryfile": "^3.0.2",
2423
"mkdirp": "^0.5.0",
2524
"multimatch": "^2.0.0",
@@ -30,12 +29,11 @@
3029
"devDependencies": {
3130
"coveralls": "^3.0.0",
3231
"escape-regexp": "0.0.1",
33-
"eslint": "^4.19.1",
34-
"eslint-config-xo-space": "^0.18.0",
35-
"jest": "^22.4.3",
32+
"eslint": "^5.0.1",
33+
"eslint-config-xo-space": "^0.19.0",
34+
"jest": "^23.2.0",
3635
"mem-fs": "^1.0.0",
37-
"nsp": "^3.2.1",
38-
"sinon": "^5.0.0"
36+
"sinon": "^6.0.1"
3937
},
4038
"jest": {
4139
"collectCoverage": true,

0 commit comments

Comments
 (0)
Please sign in to comment.