Bump csvtojson from 2.0.13 to 2.0.14

Bumps [csvtojson](https://github.com/Keyang/node-csvtojson) from 2.0.13 to 2.0.14.
- [Release notes](https://github.com/Keyang/node-csvtojson/releases)
- [Commits](https://github.com/Keyang/node-csvtojson/compare/v2.0.13...v2.0.14)

---
updated-dependencies:
- dependency-name: csvtojson
  dependency-version: 2.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-11-01 08:02:38 +00:00 committed by GitHub
parent a7456d599b
commit 8bf7c12ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -23,7 +23,7 @@
"bottlejs": "^2.0.1",
"clsx": "^2.1.1",
"compare-versions": "^6.1.1",
"csvtojson": "^2.0.13",
"csvtojson": "^2.0.14",
"date-fns": "^4.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
@ -5285,9 +5285,9 @@
"license": "MIT"
},
"node_modules/csvtojson": {
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/csvtojson/-/csvtojson-2.0.13.tgz",
"integrity": "sha512-1C7bojbYRmQPLfc6yE5zeMbp+1w8dj3jNrz51S3mLYgQOau2ZtNu/fc67uV8UvyAfuLU+xydDvHG/+APwCJUAA==",
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/csvtojson/-/csvtojson-2.0.14.tgz",
"integrity": "sha512-F7NNvhhDyob7OsuEGRsH0FM1aqLs/WYITyza3l+hTEEmOK9sGPBlYQZwlVG0ezCojXYpE17lhS5qL6BCOZSPyA==",
"dependencies": {
"lodash": "^4.17.21"
},
@ -14361,9 +14361,9 @@
"devOptional": true
},
"csvtojson": {
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/csvtojson/-/csvtojson-2.0.13.tgz",
"integrity": "sha512-1C7bojbYRmQPLfc6yE5zeMbp+1w8dj3jNrz51S3mLYgQOau2ZtNu/fc67uV8UvyAfuLU+xydDvHG/+APwCJUAA==",
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/csvtojson/-/csvtojson-2.0.14.tgz",
"integrity": "sha512-F7NNvhhDyob7OsuEGRsH0FM1aqLs/WYITyza3l+hTEEmOK9sGPBlYQZwlVG0ezCojXYpE17lhS5qL6BCOZSPyA==",
"requires": {
"lodash": "^4.17.21"
}

View File

@ -36,7 +36,7 @@
"bottlejs": "^2.0.1",
"clsx": "^2.1.1",
"compare-versions": "^6.1.1",
"csvtojson": "^2.0.13",
"csvtojson": "^2.0.14",
"date-fns": "^4.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",