Skip to content

Commit

Permalink
Bump @fast-csv/format from 4.3.5 to 5.0.0 (#567)
Browse files Browse the repository at this point in the history
Bumps [@fast-csv/format](https://github.com/C2FO/fast-csv/tree/HEAD/packages/format) from 4.3.5 to 5.0.0.
- [Release notes](https://github.com/C2FO/fast-csv/releases)
- [Changelog](https://github.com/C2FO/fast-csv/blob/main/packages/format/CHANGELOG.md)
- [Commits](https://github.com/C2FO/fast-csv/commits/v5.0.0/packages/format)

---
updated-dependencies:
- dependency-name: "@fast-csv/format"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 8bbb6cc commit b505fd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"yarn": "1.22.x"
},
"dependencies": {
"@fast-csv/format": "^4.3.5",
"@fast-csv/format": "^5.0.0",
"async-mutex": "^0.4.0",
"coveralls": "link:./node_modules/.NULL",
"debug": "^4.3.4",
Expand Down
13 changes: 5 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,12 +348,11 @@
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==

"@fast-csv/format@^4.3.5":
version "4.3.5"
resolved "https://registry.yarnpkg.com/@fast-csv/format/-/format-4.3.5.tgz#90d83d1b47b6aaf67be70d6118f84f3e12ee1ff3"
integrity sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==
"@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:
"@types/node" "^14.0.1"
lodash.escaperegexp "^4.1.2"
lodash.isboolean "^3.0.3"
lodash.isequal "^4.5.0"
Expand Down Expand Up @@ -780,7 +779,7 @@
"@types/node" "*"
form-data "^4.0.0"

"@types/node@*", "@types/node@^14.0.1", "@types/node@^18.11.18", "@types/node@^20.10.7", "@types/node@^20.8.9":
"@types/node@*", "@types/node@^18.11.18", "@types/node@^20.10.7", "@types/node@^20.8.9":
version "20.10.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.7.tgz#40fe8faf25418a75de9fe68a8775546732a3a901"
integrity sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==
Expand Down Expand Up @@ -1553,7 +1552,6 @@ coveralls@^3.1.1:

"coveralls@link:./node_modules/.NULL":
version "0.0.0"
uid ""

cpu-features@~0.0.9:
version "0.0.9"
Expand Down Expand Up @@ -2491,7 +2489,6 @@ jimp@^0.16.1:

"jimp@link:./node_modules/.NULL":
version "0.0.0"
uid ""

js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit b505fd7

Please sign in to comment.