From 6ca988942b024d7d58d8823c9acd36fa5f76e7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 21:12:12 +0000 Subject: [PATCH] Bump csvtojson from 2.0.8 to 2.0.13 in /fetchGRTS Bumps [csvtojson](https://github.com/Keyang/node-csvtojson) from 2.0.8 to 2.0.13. - [Release notes](https://github.com/Keyang/node-csvtojson/releases) - [Commits](https://github.com/Keyang/node-csvtojson/compare/v2.0.8...v2.0.13) --- updated-dependencies: - dependency-name: csvtojson dependency-version: 2.0.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fetchGRTS/package-lock.json | 63 ++++++++++++++++++------------------- fetchGRTS/package.json | 2 +- 2 files changed, 32 insertions(+), 33 deletions(-) diff --git a/fetchGRTS/package-lock.json b/fetchGRTS/package-lock.json index 4d7a05e..5ca9dbc 100644 --- a/fetchGRTS/package-lock.json +++ b/fetchGRTS/package-lock.json @@ -1,45 +1,44 @@ { "name": "fetchgrts", "version": "1.0.0", - "lockfileVersion": 1, + "lockfileVersion": 3, "requires": true, - "dependencies": { - "bluebird": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.3.tgz", - "integrity": "sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==" - }, - "csvtojson": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/csvtojson/-/csvtojson-2.0.8.tgz", - "integrity": "sha512-DC6YFtsJiA7t/Yz+KjzT6GXuKtU/5gRbbl7HJqvDVVir+dxdw2/1EgwfgJdnsvUT7lOnON5DvGftKuYWX1nMOQ==", - "requires": { - "bluebird": "3.5.3", - "lodash": "4.17.11", - "strip-bom": "2.0.0" + "packages": { + "": { + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "csvtojson": "^2.0.13", + "node-fetch": "^2.3.0" } }, - "is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" + "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==", + "license": "MIT", + "dependencies": { + "lodash": "^4.17.21" + }, + "bin": { + "csvtojson": "bin/csvtojson" + }, + "engines": { + "node": ">=8.0.0" + } }, - "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "node_modules/lodash": { + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" }, - "node-fetch": { + "node_modules/node-fetch": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz", - "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==" - }, - "strip-bom": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", - "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", - "requires": { - "is-utf8": "0.2.1" + "integrity": "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==", + "engines": { + "node": "4.x || >=6.0.0" } } } diff --git a/fetchGRTS/package.json b/fetchGRTS/package.json index dcc9c54..2282e26 100644 --- a/fetchGRTS/package.json +++ b/fetchGRTS/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "csvtojson": "^2.0.8", + "csvtojson": "^2.0.13", "node-fetch": "^2.3.0" } }