diff --git a/package-lock.json b/package-lock.json index b81821f..812a9ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "@fast-csv/format": "4.3.5", + "@fast-csv/format": "5.0.2", "@types/fs-extra": "11.0.4", "@types/prompts": "2.0.13", "chalk": "4.1.1", @@ -504,10 +504,11 @@ } }, "node_modules/@fast-csv/format": { - "version": "4.3.5", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@fast-csv/format/-/format-5.0.2.tgz", + "integrity": "sha512-fRYcWvI8vs0Zxa/8fXd/QlmQYWWkJqKZPAXM+vksnplb3owQFKTPPh9JqOtD0L3flQw/AZjjXdPkD7Kp/uHm8g==", "license": "MIT", "dependencies": { - "@types/node": "^14.0.1", "lodash.escaperegexp": "^4.1.2", "lodash.isboolean": "^3.0.3", "lodash.isequal": "^4.5.0", @@ -515,10 +516,6 @@ "lodash.isnil": "^4.0.0" } }, - "node_modules/@fast-csv/format/node_modules/@types/node": { - "version": "14.18.36", - "license": "MIT" - }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", "dev": true, diff --git a/package.json b/package.json index 32cb1e1..c3d31aa 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "typescript": "4.5.4" }, "dependencies": { - "@fast-csv/format": "4.3.5", + "@fast-csv/format": "5.0.2", "@types/fs-extra": "11.0.4", "@types/prompts": "2.0.13", "chalk": "4.1.1",