From 4bf4716e4141d2bb0ab111a336d4238aa8ea7e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:06:43 +0200 Subject: [PATCH] fix(deps): bump json-2-csv from 5.5.2 to 5.5.4 (#94) Bumps [json-2-csv](https://github.com/mrodrig/json-2-csv) from 5.5.2 to 5.5.4. - [Release notes](https://github.com/mrodrig/json-2-csv/releases) - [Commits](https://github.com/mrodrig/json-2-csv/compare/5.5.2...5.5.4) --- updated-dependencies: - dependency-name: json-2-csv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8891b71..5b7ab8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "fs-extra": "^11.2.0", "got": "^11.8.6", "inquirer": "^8.2.6", - "json-2-csv": "^5.5.2", + "json-2-csv": "^5.5.4", "langchain": "^0.2.8", "marked": "^11.2.0", "marked-terminal": "^7.1.0", @@ -14207,9 +14207,9 @@ } }, "node_modules/json-2-csv": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/json-2-csv/-/json-2-csv-5.5.2.tgz", - "integrity": "sha512-em6tZ86SjnTKWAhOKLUz/s2sUl56J7lIRYQj7KPzGz3gNfcf3Lx9LtSBs/zqvxpC9DE+MbtYem+LtYs3er0rkw==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/json-2-csv/-/json-2-csv-5.5.4.tgz", + "integrity": "sha512-gB24IF5SvZn7QhEh6kp9QwFhRnI3FVEEXAGyq0xtPxqOQ4odYU3PU9pFKRoR1SGABxunQlBP6VFv0c8EnLbsLQ==", "dependencies": { "deeks": "3.1.0", "doc-path": "4.1.1" diff --git a/package.json b/package.json index 70775b1..1070d81 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "fs-extra": "^11.2.0", "got": "^11.8.6", "inquirer": "^8.2.6", - "json-2-csv": "^5.5.2", + "json-2-csv": "^5.5.4", "langchain": "^0.2.8", "marked": "^11.2.0", "marked-terminal": "^7.1.0",