mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
chore(deps-dev): bump nyc from 14.1.1 to 15.1.0
This commit is contained in:
parent
eaf53f4c62
commit
a96195a556
1124
package-lock.json
generated
1124
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -57,7 +57,7 @@
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"husky": "^7.0.4",
|
||||
"nyc": "^14.1.1",
|
||||
"nyc": "^15.1.0",
|
||||
"prettier": "^2.5.1",
|
||||
"proxyquire": "^2.1.3",
|
||||
"tap": "^14.10.7",
|
||||
|
||||
@ -6,8 +6,8 @@ sandbox.configure({
|
||||
if (this.filename.indexOf("node_modules") > -1) {
|
||||
return source;
|
||||
}
|
||||
const nyc = new (require("nyc"))();
|
||||
return nyc.instrumenter().instrumentSync(source, this.filename);
|
||||
const nyc = new (require("nyc"))({});
|
||||
return nyc.instrumenter().instrumentSync(source, this.filename, { registerMap: () => {} });
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user