Skip to content

Commit bc857f0

Browse files
kvakiljoyeecheung
authored andcommitted
fix npm audit
`npm audit` was reporting vulnerabilities. I ran `npm audit fix --force`. None of the breaking changes in `nyc` seem to affect us, and coverage still works.
1 parent eb969e1 commit bc857f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ out/
1111
npm-debug.log
1212
node_modules/
1313
package-lock.json
14+
.nyc_output/
1415

1516
# Generated by scripts/configure.js
1617
config.gypi

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
},
5252
"homepage": "https://github.com/nodejs/llnode#readme",
5353
"devDependencies": {
54-
"codecov": "^3.1.0",
55-
"nyc": "^13.1.0",
5654
"clang-format": "1.2.4",
55+
"codecov": "^3.1.0",
56+
"nyc": "^15.1.0",
5757
"tape": "^4.4.0"
5858
},
5959
"nyc": {

0 commit comments

Comments
 (0)