Skip to content

Commit 40a8bc1

Browse files
authored
Merge pull request #174 from AthennaIO/develop
chore(npm): update dependencies
2 parents d9181c8 + c94e818 commit 40a8bc1

File tree

3 files changed

+91
-94
lines changed

3 files changed

+91
-94
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/common",
3-
"version": "5.24.0",
3+
"version": "5.25.0",
44
"description": "The Athenna common helpers to use in any Node.js ESM project.",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",

src/helpers/Parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import { InvalidNumberException } from '#src/exceptions/InvalidNumberException'
2323

2424
import {
2525
json2csv,
26-
type Json2CsvOptions,
2726
csv2json,
27+
type Json2CsvOptions,
2828
type Csv2JsonOptions
2929
} from 'json-2-csv'
3030
import type { HTMLJson } from '#src/types/json/HTMLJson'

0 commit comments

Comments
 (0)