Skip to content

Commit 6f1ba3b

Browse files
Address security alert (#80)
* Bump package to fix [CVE-2017-16026] vulnerability alert * Fix other `npm audit` issues * Upgrade `istanbul` to newer `nyc` for coverage CVE-2017-16026: https://nvd.nist.gov/vuln/detail/CVE-2017-16026
1 parent b61e261 commit 6f1ba3b

File tree

3 files changed

+2350
-1208
lines changed

3 files changed

+2350
-1208
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
coverage
3+
.nyc_output
34

45
*.suo
56

@@ -8,4 +9,4 @@ npm-debug.log
89
# Netbeans
910
/nbproject/
1011

11-
.idea/
12+
.idea/

0 commit comments

Comments
 (0)