Skip to content

Commit

Permalink
fix: update dependency @fast-csv/format to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent fdf7dca commit 56442e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prepublishOnly": "yarn -s build"
},
"dependencies": {
"@fast-csv/format": "^4.3.5",
"@fast-csv/format": "^5.0.0",
"@fast-csv/parse": "^4.3.6",
"@octokit/rest": "^18.6.2",
"@types/benchmark": "^2.1.0",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@fast-csv/[email protected]", "@fast-csv/format@^4.3.5":
"@fast-csv/[email protected]":
version "4.3.5"
resolved "https://registry.yarnpkg.com/@fast-csv/format/-/format-4.3.5.tgz#90d83d1b47b6aaf67be70d6118f84f3e12ee1ff3"
integrity sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==
Expand All @@ -357,6 +357,17 @@
lodash.isfunction "^3.0.9"
lodash.isnil "^4.0.0"

"@fast-csv/format@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@fast-csv/format/-/format-5.0.0.tgz#f2e557fdd4370360b418cc78636684c07b12d0ba"
integrity sha512-IyMpHwYIOGa2f0BJi6Wk55UF0oBA5urdIydoEDYxPo88LFbeb3Yr4rgpu98OAO1glUWheSnNtUgS80LE+/dqmw==
dependencies:
lodash.escaperegexp "^4.1.2"
lodash.isboolean "^3.0.3"
lodash.isequal "^4.5.0"
lodash.isfunction "^3.0.9"
lodash.isnil "^4.0.0"

"@fast-csv/[email protected]", "@fast-csv/parse@^4.3.6":
version "4.3.6"
resolved "https://registry.yarnpkg.com/@fast-csv/parse/-/parse-4.3.6.tgz#ee47d0640ca0291034c7aa94039a744cfb019264"
Expand Down

0 comments on commit 56442e1

Please sign in to comment.