Skip to content

Commit b6a3712

Browse files
authored
Fix #222 (#225)
* chore(deps): npm audit fix, resolve mocha version * chore(deps): update deeks, doc-path * chore(rel): 3.18.0
1 parent 0bed94b commit b6a3712

File tree

2 files changed

+42
-63
lines changed

2 files changed

+42
-63
lines changed

package-lock.json

+38-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"name": "json-2-csv",
77
"description": "A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.",
8-
"version": "3.17.2",
8+
"version": "3.18.0",
99
"homepage": "https://mrodrig.github.io/json-2-csv",
1010
"repository": {
1111
"type": "git",
@@ -39,14 +39,14 @@
3939
"cli"
4040
],
4141
"dependencies": {
42-
"deeks": "2.5.1",
43-
"doc-path": "3.0.2"
42+
"deeks": "2.6.0",
43+
"doc-path": "3.0.6"
4444
},
4545
"devDependencies": {
4646
"@babel/eslint-parser": "7.16.5",
4747
"coveralls": "3.1.0",
4848
"eslint": "8.4.1",
49-
"mocha": "^9.2.0",
49+
"mocha": "10.1.0",
5050
"nyc": "15.1.0",
5151
"should": "13.2.3",
5252
"tslint": "6.1.3",

0 commit comments

Comments
 (0)