Skip to content

Commit

Permalink
chore(deps): bump react-csv-reader from 3.5.2 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [react-csv-reader](https://github.com/nzambello/react-csv-reader) from 3.5.2 to 4.0.0.
- [Release notes](https://github.com/nzambello/react-csv-reader/releases)
- [Changelog](https://github.com/nzambello/react-csv-reader/blob/main/CHANGELOG.md)
- [Commits](nzambello/react-csv-reader@v3.5.2...v4.0.0)

---
updated-dependencies:
- dependency-name: react-csv-reader
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent bf06add commit c971652
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react": "^17.0.2",
"react-ace": "^10.1.0",
"react-app-rewired": "^2.2.1",
"react-csv-reader": "^3.4.0",
"react-csv-reader": "^4.0.0",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-papaparse": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9635,10 +9635,10 @@ react-app-rewired@^2.2.1:
dependencies:
semver "^5.6.0"

react-csv-reader@^3.4.0:
version "3.5.2"
resolved "https://registry.yarnpkg.com/react-csv-reader/-/react-csv-reader-3.5.2.tgz#8eead2dbbdfc0474faa59a420da581e354105c75"
integrity sha512-SRjVAHaLOFy3s7R8iJdN0PHcIdLs+8MHy97fsZeSPD1feB/Fg2qidgALmu9DUHneMa0rkNDG/qeFp//r7HWH8Q==
react-csv-reader@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/react-csv-reader/-/react-csv-reader-4.0.0.tgz#a86e2324dabfb69632a51cb47127eefac2b5204a"
integrity sha512-NRo27kv1YWYAJAR3H5ZZ5KREEw35avUtdGr4DwYel87QN3rwJf2wdAw97swNDO3cTW2i3cuXSNjfPqVIJm5xOg==
dependencies:
papaparse "^5.3.0"

Expand Down

0 comments on commit c971652

Please sign in to comment.