From 863acf8214860832fe03d7ef9b2627184ba2fc83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 08:43:23 +0000 Subject: [PATCH] Bump underscore and json-2-csv Removes [underscore](https://github.com/jashkenas/underscore). It's no longer used after updating ancestor dependency [json-2-csv](https://github.com/mrodrig/json-2-csv). These dependencies need to be updated together. Removes `underscore` Updates `json-2-csv` from 3.5.7 to 3.20.0 - [Release notes](https://github.com/mrodrig/json-2-csv/releases) - [Commits](https://github.com/mrodrig/json-2-csv/commits/3.20.0) --- updated-dependencies: - dependency-name: underscore dependency-type: indirect - dependency-name: json-2-csv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 +++++++++++-------------------- package.json | 2 +- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index efd4a44..15788ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,17 +39,14 @@ } }, "deeks": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/deeks/-/deeks-2.2.1.tgz", - "integrity": "sha512-D2Qu3Fv5zBtBzXjXIUgWPRYn30d/IG6SCPOKIz42+LVTwhPeRI5+DAxdzap0vI2zYheiErIpVLwaUQBoA/iENw==", - "requires": { - "underscore": "1.9.1" - } + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/deeks/-/deeks-2.6.1.tgz", + "integrity": "sha512-PZrpz5xLo2JPZa3L+kqMMMdZU5pRwMysTM1xd6pLhNtgQw4Iq3wbF2QWaQTVh+HRq9Yg4rcjDIJ+scfGLxmsjQ==" }, "doc-path": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/doc-path/-/doc-path-2.0.1.tgz", - "integrity": "sha512-/CCG157H//3l513omROUzaREChY/OYpxqYXvQcv7gsrwGfjVOh5d/1gJigHJ6iTnO77pA8rMLZ63CgEPEM6+9Q==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/doc-path/-/doc-path-3.1.0.tgz", + "integrity": "sha512-Pv2hLQbUM8du5681lTWIYk0OtVBmNhMAeZNGeFhMMJBIR89Nw4XesBwee1Xtlfk83n71tn0Y6VsJOn4d3qIiTw==" }, "fs.realpath": { "version": "1.0.0", @@ -89,13 +86,12 @@ "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" }, "json-2-csv": { - "version": "3.5.7", - "resolved": "https://registry.npmjs.org/json-2-csv/-/json-2-csv-3.5.7.tgz", - "integrity": "sha512-4TyrgU5bIvXhgZRx7nZzeU25NFRUbwRChM9/QyNmxihgOYF0pSHg/U9OYIc4lDYwvYcwItPhvEB6I4XQ82ZePw==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/json-2-csv/-/json-2-csv-3.20.0.tgz", + "integrity": "sha512-IbqUB+yaycVNB/q2fiY5kyRjy5kRiEXqvNvGlxM5L0Bfi0RdvklVHc4t9MfeYF1GsZVpZWDBs9LdWmSjsQ8jvg==", "requires": { - "deeks": "2.2.1", - "doc-path": "2.0.1", - "underscore": "1.9.1" + "deeks": "2.6.1", + "doc-path": "3.1.0" } }, "lodash": { @@ -145,11 +141,6 @@ "is-utf8": "0.2.1" } }, - "underscore": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", - "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" - }, "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", diff --git a/package.json b/package.json index 0ec34fe..e80fe69 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "csvtojson": "^2.0.10", - "json-2-csv": "^3.5.7", + "json-2-csv": "^3.20.0", "pluralize": "^8.0.0", "rimraf": "^2.7.1" },