diff --git a/bun.lockb b/bun.lockb index 736a899fc..cede39877 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 00ffc27ce..aad6d4a4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "class-validator": "0.14.1", "clone": "2.1.2", "computed-types": "1.11.2", - "csv-stringify": "6.5.1", + "csv-stringify": "6.5.2", "decoders": "1.25.5", "fp-ts": "2.16.9", "io-ts": "2.2.21", @@ -4914,10 +4914,9 @@ "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==" }, "node_modules/csv-stringify": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.5.1.tgz", - "integrity": "sha512-+9lpZfwpLntpTIEpFbwQyWuW/hmI/eHuJZD1XzeZpfZTqkf1fyvBbBLXTJJMsBuuS11uTShMqPwzx4A6ffXgRQ==", - "license": "MIT" + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.5.2.tgz", + "integrity": "sha512-RFPahj0sXcmUyjrObAK+DOWtMvMIFV328n4qZJhgX3x2RqkQgOTU2mCUmiFR0CzM6AzChlRSUErjiJeEt8BaQA==" }, "node_modules/d3-array": { "version": "3.2.4", @@ -14957,9 +14956,9 @@ } }, "csv-stringify": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.5.1.tgz", - "integrity": "sha512-+9lpZfwpLntpTIEpFbwQyWuW/hmI/eHuJZD1XzeZpfZTqkf1fyvBbBLXTJJMsBuuS11uTShMqPwzx4A6ffXgRQ==" + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.5.2.tgz", + "integrity": "sha512-RFPahj0sXcmUyjrObAK+DOWtMvMIFV328n4qZJhgX3x2RqkQgOTU2mCUmiFR0CzM6AzChlRSUErjiJeEt8BaQA==" }, "d3-array": { "version": "3.2.4", diff --git a/package.json b/package.json index 0e07e4d2d..b4d005393 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "class-validator": "0.14.1", "clone": "2.1.2", "computed-types": "1.11.2", - "csv-stringify": "6.5.1", + "csv-stringify": "6.5.2", "decoders": "1.25.5", "fp-ts": "2.16.9", "io-ts": "2.2.21",