diff --git a/package-lock.json b/package-lock.json index 0c29e48..6091d83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@flatfile/plugin-json-extractor": "^0.8.2", "@flatfile/plugin-record-hook": "^1.6.0", "@flatfile/plugin-space-configure": "^0.5.2", - "@flatfile/plugin-xlsx-extractor": "1.11.4", + "@flatfile/plugin-xlsx-extractor": "^3.1.4", "axios": "1.6.8", "date-fns": "^3.6.0", "flatfile": "^3.8.0", @@ -2751,36 +2751,6 @@ "node": ">= 16" } }, - "node_modules/@flatfile/plugin-json-extractor/node_modules/@flatfile/util-extractor": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@flatfile/util-extractor/-/util-extractor-2.1.3.tgz", - "integrity": "sha512-ihYQu2/ikrmVaFNe2TNfWY1q1zBOaAtt5qgv4VcVhP3wchph+BCjOTS/Hzptkz2mdNY9z5bT17lSP4Tx7wBGdA==", - "license": "ISC", - "dependencies": { - "@flatfile/util-common": "^1.3.7", - "@flatfile/util-file-buffer": "^0.3.2" - }, - "engines": { - "node": ">= 16" - }, - "peerDependencies": { - "@flatfile/api": "^1.9.5", - "@flatfile/listener": "^1.0.5" - } - }, - "node_modules/@flatfile/plugin-json-extractor/node_modules/@flatfile/util-file-buffer": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@flatfile/util-file-buffer/-/util-file-buffer-0.3.2.tgz", - "integrity": "sha512-6LGZJh7EP5CxKRxOaZRAQ9AFa3n5zsgzVyHYQGiOd27yKfG3SylzUHYudXdHdBHU8EQAbMu/oiU5i5CxkVbqBA==", - "license": "ISC", - "engines": { - "node": ">= 16" - }, - "peerDependencies": { - "@flatfile/api": "^1.8.9", - "@flatfile/listener": "^1.0.1" - } - }, "node_modules/@flatfile/plugin-record-hook": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/@flatfile/plugin-record-hook/-/plugin-record-hook-1.6.0.tgz", @@ -2815,16 +2785,20 @@ } }, "node_modules/@flatfile/plugin-xlsx-extractor": { - "version": "1.11.4", - "resolved": "https://registry.npmjs.org/@flatfile/plugin-xlsx-extractor/-/plugin-xlsx-extractor-1.11.4.tgz", - "integrity": "sha512-n4VYVGwIFwIxGS3GQupUZIka3NyKSj3sopYMsWv3RgX1WAZ1YRNARvc35HTjpgXOPfEIFNQuH+DMOHce3E4d8w==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@flatfile/plugin-xlsx-extractor/-/plugin-xlsx-extractor-3.1.4.tgz", + "integrity": "sha512-f/LrvrHGxa5pdKb5N86/Am3BEN/Lmb5XsDgzYAcV4UGWq7hZqlxwOuhMLyjOoWd1tYUgmnT+6lGG9vt08qgtDA==", + "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^0.5.5", + "@flatfile/util-extractor": "^2.1.3", "remeda": "^1.14.0", - "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz" + "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }, "engines": { - "node": ">= 12" + "node": ">= 16" + }, + "peerDependencies": { + "@flatfile/listener": "^1.0.5" } }, "node_modules/@flatfile/util-common": { @@ -2850,29 +2824,33 @@ "integrity": "sha512-4/hRTQ6BsD+CQKkrexcqd3wwIyRx7uilC0JOF6E0Q1K26/pgatuo1yBMO7Ofo3zs3ZqM5YISQps+0huggypMmg==" }, "node_modules/@flatfile/util-extractor": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@flatfile/util-extractor/-/util-extractor-0.5.5.tgz", - "integrity": "sha512-RYoKzszMn8D8RJ/Flkv5pnGBovyhd8fWBP9SiDR3MQ2+9HDnxtAqjeP6jZ3hUB1XTNHfhbzC8ZSHmgkMeN28wQ==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@flatfile/util-extractor/-/util-extractor-2.1.3.tgz", + "integrity": "sha512-ihYQu2/ikrmVaFNe2TNfWY1q1zBOaAtt5qgv4VcVhP3wchph+BCjOTS/Hzptkz2mdNY9z5bT17lSP4Tx7wBGdA==", + "license": "ISC", "dependencies": { - "@flatfile/api": "^1.7.4", - "@flatfile/listener": "^1.0.1", - "@flatfile/util-common": "^1.0.0", - "@flatfile/util-file-buffer": "^0.2.1" + "@flatfile/util-common": "^1.3.7", + "@flatfile/util-file-buffer": "^0.3.2" }, "engines": { "node": ">= 16" + }, + "peerDependencies": { + "@flatfile/api": "^1.9.5", + "@flatfile/listener": "^1.0.5" } }, "node_modules/@flatfile/util-file-buffer": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@flatfile/util-file-buffer/-/util-file-buffer-0.2.1.tgz", - "integrity": "sha512-uy4/CzR/CfvJyOfTs1UkJURYCDKoruK2XnFoy3w1W5c78IjAgmrhz1a3YrHI6OvTMapQy0kvp/rdZzCbSCp2Mw==", - "dependencies": { - "@flatfile/api": "^1.7.4", - "@flatfile/listener": "^1.0.1" - }, + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@flatfile/util-file-buffer/-/util-file-buffer-0.3.2.tgz", + "integrity": "sha512-6LGZJh7EP5CxKRxOaZRAQ9AFa3n5zsgzVyHYQGiOd27yKfG3SylzUHYudXdHdBHU8EQAbMu/oiU5i5CxkVbqBA==", + "license": "ISC", "engines": { "node": ">= 16" + }, + "peerDependencies": { + "@flatfile/api": "^1.8.9", + "@flatfile/listener": "^1.0.1" } }, "node_modules/@flatfile/utils-debugger": { @@ -10898,9 +10876,9 @@ } }, "node_modules/xlsx": { - "version": "0.20.0", - "resolved": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz", - "integrity": "sha512-adg5edVTkXXGTnb0iWrc3Z47ViGgwmD47yx6VfSCZhfdKPtHcElYGs48OtcO4nwOu90Pjz5mmyl0HLcvbSRYTQ==", + "version": "0.20.2", + "resolved": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz", + "integrity": "sha512-+nKZ39+nvK7Qq6i0PvWWRA4j/EkfWOtkP/YhMtupm+lJIiHxUrgTr1CcKv1nBk1rHtkRRQ3O2+Ih/q/sA+FXZA==", "license": "Apache-2.0", "bin": { "xlsx": "bin/xlsx.njs" @@ -12687,23 +12665,6 @@ "integrity": "sha512-f2EiK2qT2FuzUZiLZiydCDUdqV2yOzY3zuzSq9gFPsTPQuaYiBMujTIUaKaWn5ri/WH2TBz0ygcGpsYP9dCrVg==", "requires": { "@flatfile/util-extractor": "^2.1.2" - }, - "dependencies": { - "@flatfile/util-extractor": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@flatfile/util-extractor/-/util-extractor-2.1.3.tgz", - "integrity": "sha512-ihYQu2/ikrmVaFNe2TNfWY1q1zBOaAtt5qgv4VcVhP3wchph+BCjOTS/Hzptkz2mdNY9z5bT17lSP4Tx7wBGdA==", - "requires": { - "@flatfile/util-common": "^1.3.7", - "@flatfile/util-file-buffer": "^0.3.2" - } - }, - "@flatfile/util-file-buffer": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@flatfile/util-file-buffer/-/util-file-buffer-0.3.2.tgz", - "integrity": "sha512-6LGZJh7EP5CxKRxOaZRAQ9AFa3n5zsgzVyHYQGiOd27yKfG3SylzUHYudXdHdBHU8EQAbMu/oiU5i5CxkVbqBA==", - "requires": {} - } } }, "@flatfile/plugin-record-hook": { @@ -12723,13 +12684,13 @@ } }, "@flatfile/plugin-xlsx-extractor": { - "version": "1.11.4", - "resolved": "https://registry.npmjs.org/@flatfile/plugin-xlsx-extractor/-/plugin-xlsx-extractor-1.11.4.tgz", - "integrity": "sha512-n4VYVGwIFwIxGS3GQupUZIka3NyKSj3sopYMsWv3RgX1WAZ1YRNARvc35HTjpgXOPfEIFNQuH+DMOHce3E4d8w==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/@flatfile/plugin-xlsx-extractor/-/plugin-xlsx-extractor-3.1.4.tgz", + "integrity": "sha512-f/LrvrHGxa5pdKb5N86/Am3BEN/Lmb5XsDgzYAcV4UGWq7hZqlxwOuhMLyjOoWd1tYUgmnT+6lGG9vt08qgtDA==", "requires": { - "@flatfile/util-extractor": "^0.5.5", + "@flatfile/util-extractor": "^2.1.3", "remeda": "^1.14.0", - "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz" + "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" } }, "@flatfile/util-common": { @@ -12749,24 +12710,19 @@ } }, "@flatfile/util-extractor": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@flatfile/util-extractor/-/util-extractor-0.5.5.tgz", - "integrity": "sha512-RYoKzszMn8D8RJ/Flkv5pnGBovyhd8fWBP9SiDR3MQ2+9HDnxtAqjeP6jZ3hUB1XTNHfhbzC8ZSHmgkMeN28wQ==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@flatfile/util-extractor/-/util-extractor-2.1.3.tgz", + "integrity": "sha512-ihYQu2/ikrmVaFNe2TNfWY1q1zBOaAtt5qgv4VcVhP3wchph+BCjOTS/Hzptkz2mdNY9z5bT17lSP4Tx7wBGdA==", "requires": { - "@flatfile/api": "^1.7.4", - "@flatfile/listener": "^1.0.1", - "@flatfile/util-common": "^1.0.0", - "@flatfile/util-file-buffer": "^0.2.1" + "@flatfile/util-common": "^1.3.7", + "@flatfile/util-file-buffer": "^0.3.2" } }, "@flatfile/util-file-buffer": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@flatfile/util-file-buffer/-/util-file-buffer-0.2.1.tgz", - "integrity": "sha512-uy4/CzR/CfvJyOfTs1UkJURYCDKoruK2XnFoy3w1W5c78IjAgmrhz1a3YrHI6OvTMapQy0kvp/rdZzCbSCp2Mw==", - "requires": { - "@flatfile/api": "^1.7.4", - "@flatfile/listener": "^1.0.1" - } + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@flatfile/util-file-buffer/-/util-file-buffer-0.3.2.tgz", + "integrity": "sha512-6LGZJh7EP5CxKRxOaZRAQ9AFa3n5zsgzVyHYQGiOd27yKfG3SylzUHYudXdHdBHU8EQAbMu/oiU5i5CxkVbqBA==", + "requires": {} }, "@flatfile/utils-debugger": { "version": "0.0.6", @@ -18502,8 +18458,8 @@ } }, "xlsx": { - "version": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz", - "integrity": "sha512-adg5edVTkXXGTnb0iWrc3Z47ViGgwmD47yx6VfSCZhfdKPtHcElYGs48OtcO4nwOu90Pjz5mmyl0HLcvbSRYTQ==" + "version": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz", + "integrity": "sha512-+nKZ39+nvK7Qq6i0PvWWRA4j/EkfWOtkP/YhMtupm+lJIiHxUrgTr1CcKv1nBk1rHtkRRQ3O2+Ih/q/sA+FXZA==" }, "xtend": { "version": "4.0.2", diff --git a/package.json b/package.json index d3aa950..4165da2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@flatfile/plugin-json-extractor": "^0.8.2", "@flatfile/plugin-record-hook": "^1.6.0", "@flatfile/plugin-space-configure": "^0.5.2", - "@flatfile/plugin-xlsx-extractor": "1.11.4", + "@flatfile/plugin-xlsx-extractor": "^3.1.4", "axios": "1.6.8", "date-fns": "^3.6.0", "flatfile": "^3.8.0",