Skip to content

Commit

Permalink
Merge pull request #257 from mrodrig/june24-audit-fix
Browse files Browse the repository at this point in the history
June 2024 - npm audit fix for braces
  • Loading branch information
mrodrig authored Jul 6, 2024
2 parents 6a7f7d0 + fb9c3b1 commit 84f088b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18, 20, 21]
node: [18, 20, 22]

steps:
- uses: actions/checkout@v3
Expand Down
32 changes: 23 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "json-2-csv",
"description": "A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.",
"version": "5.5.1",
"version": "5.5.2",
"homepage": "https://mrodrig.github.io/json-2-csv",
"repository": {
"type": "git",
Expand Down

0 comments on commit 84f088b

Please sign in to comment.