Skip to content

Commit fd6276f

Browse files
authored
Merge pull request #236 from mrodrig/npm-audit-fix
chore(deps): npm audit fix
2 parents ab9e1d0 + 2ed0cf1 commit fd6276f

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
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": "4.0.0",
8+
"version": "4.0.1",
99
"homepage": "https://mrodrig.github.io/json-2-csv",
1010
"repository": {
1111
"type": "git",
@@ -39,8 +39,8 @@
3939
"cli"
4040
],
4141
"dependencies": {
42-
"deeks": "3.0.0",
43-
"doc-path": "4.0.0"
42+
"deeks": "3.0.1",
43+
"doc-path": "4.0.1"
4444
},
4545
"devDependencies": {
4646
"@types/mocha": "10.0.1",

0 commit comments

Comments
 (0)