From 9655bb8ccc85309c657873160087f504290c81d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 07:03:29 +0000 Subject: [PATCH] Bump csvtojson from 2.0.10 to 2.0.13 Bumps [csvtojson](https://github.com/Keyang/node-csvtojson) from 2.0.10 to 2.0.13. - [Release notes](https://github.com/Keyang/node-csvtojson/releases) - [Commits](https://github.com/Keyang/node-csvtojson/compare/v2.0.10...v2.0.13) --- updated-dependencies: - dependency-name: csvtojson dependency-version: 2.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 53 +++++++++-------------------------------------- package.json | 2 +- 2 files changed, 11 insertions(+), 44 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9acfa40..2cff85ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 6731eee0..3af493cd 100644 --- a/package.json +++ b/package.json @@ -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",