Merge pull request #1716 from shlinkio/dependabot/npm_and_yarn/csvtojson-2.0.13

Bump csvtojson from 2.0.10 to 2.0.13
This commit is contained in:
Alejandro Celaya 2025-10-25 09:10:46 +02:00 committed by GitHub
commit 7c6f434e9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 44 deletions

53
package-lock.json generated
View File

@ -22,7 +22,7 @@
"bottlejs": "^2.0.1",
"clsx": "^2.1.1",
"compare-versions": "^6.1.1",
"csvtojson": "^2.0.10",
"csvtojson": "^2.0.13",
"date-fns": "^4.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
@ -5167,10 +5167,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/bluebird": {
"version": "3.7.2",
"license": "MIT"
},
"node_modules/bottlejs": {
"version": "2.0.1",
"license": "MIT"
@ -5545,28 +5541,17 @@
"license": "MIT"
},
"node_modules/csvtojson": {
"version": "2.0.10",
"license": "MIT",
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/csvtojson/-/csvtojson-2.0.13.tgz",
"integrity": "sha512-1C7bojbYRmQPLfc6yE5zeMbp+1w8dj3jNrz51S3mLYgQOau2ZtNu/fc67uV8UvyAfuLU+xydDvHG/+APwCJUAA==",
"dependencies": {
"bluebird": "^3.5.1",
"lodash": "^4.17.3",
"strip-bom": "^2.0.0"
"lodash": "^4.17.21"
},
"bin": {
"csvtojson": "bin/csvtojson"
},
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/csvtojson/node_modules/strip-bom": {
"version": "2.0.0",
"license": "MIT",
"dependencies": {
"is-utf8": "^0.2.0"
},
"engines": {
"node": ">=0.10.0"
"node": ">=8.0.0"
}
},
"node_modules/d3-array": {
@ -7769,10 +7754,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-utf8": {
"version": "0.2.1",
"license": "MIT"
},
"node_modules/is-weakmap": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
@ -15050,9 +15031,6 @@
"version": "1.0.0",
"dev": true
},
"bluebird": {
"version": "3.7.2"
},
"bottlejs": {
"version": "2.0.1"
},
@ -15301,19 +15279,11 @@
"devOptional": true
},
"csvtojson": {
"version": "2.0.10",
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/csvtojson/-/csvtojson-2.0.13.tgz",
"integrity": "sha512-1C7bojbYRmQPLfc6yE5zeMbp+1w8dj3jNrz51S3mLYgQOau2ZtNu/fc67uV8UvyAfuLU+xydDvHG/+APwCJUAA==",
"requires": {
"bluebird": "^3.5.1",
"lodash": "^4.17.3",
"strip-bom": "^2.0.0"
},
"dependencies": {
"strip-bom": {
"version": "2.0.0",
"requires": {
"is-utf8": "^0.2.0"
}
}
"lodash": "^4.17.21"
}
},
"d3-array": {
@ -16881,9 +16851,6 @@
"which-typed-array": "^1.1.16"
}
},
"is-utf8": {
"version": "0.2.1"
},
"is-weakmap": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",

View File

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