diff --git a/package-lock.json b/package-lock.json index c7d0c04..091ca2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "csv": "6.4.1", "csv-parse": "4.16.3", - "csv-stringify": "5.6.5", + "csv-stringify": "6.6.0", "globrex": "0.1.2", "kleur": "4.1.5", "lighthouse": "9.6.8", @@ -3227,7 +3227,9 @@ "license": "MIT" }, "node_modules/csv-stringify": { - "version": "5.6.5", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.6.0.tgz", + "integrity": "sha512-YW32lKOmIBgbxtu3g5SaiqWNwa/9ISQt2EcgOq0+RAIFufFp9is6tqNnKahqE5kuKvrnYAzs28r+s6pXJR8Vcw==", "license": "MIT" }, "node_modules/csv/node_modules/csv-parse": { @@ -3236,12 +3238,6 @@ "integrity": "sha512-CEE+jwpgLn+MmtCpVcPtiCZpVtB6Z2OKPTr34pycYYoL7sxdOkXDdQ4lRiw6ioC0q6BLqhc6cKweCVvral8yhw==", "license": "MIT" }, - "node_modules/csv/node_modules/csv-stringify": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.6.0.tgz", - "integrity": "sha512-YW32lKOmIBgbxtu3g5SaiqWNwa/9ISQt2EcgOq0+RAIFufFp9is6tqNnKahqE5kuKvrnYAzs28r+s6pXJR8Vcw==", - "license": "MIT" - }, "node_modules/data-view-buffer": { "version": "1.0.2", "dev": true, diff --git a/package.json b/package.json index dc53ab5..33a3384 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "csv": "6.4.1", "csv-parse": "4.16.3", - "csv-stringify": "5.6.5", + "csv-stringify": "6.6.0", "globrex": "0.1.2", "kleur": "4.1.5", "lighthouse": "9.6.8",