diff --git a/package-lock.json b/package-lock.json index 30678fb6..3e0d7d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@types/tabulator-tables": "^5.0.1", + "@types/tabulator-tables": "^5.1.2", "@zip.js/zip.js": "^2.4.5", "interactjs": "^1.10.11", "localforage": "^1.10.0", @@ -20,7 +20,7 @@ "svelte-select": "^4.4.7", "svelte-simple-modal": "^1.3.1", "svelte-toggle": "^3.1.0", - "tabulator-tables": "^5.0.10" + "tabulator-tables": "^5.2.5" }, "devDependencies": { "@babel/core": "^7.16.10", @@ -1938,9 +1938,9 @@ } }, "node_modules/@types/tabulator-tables": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-5.0.1.tgz", - "integrity": "sha512-ieidxy+/bzMCPZsDeSw56DN9ipQ0K4Ts3ZUxPy4yCVExcAsezL4u2UYHBA+BxQ8l7QmEaERT/ctmBqjkRUhh+w==" + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-5.1.2.tgz", + "integrity": "sha512-B06QUmSTDELCV4ZVDpcvVqnrjaXmbM5QKA8oSkaU5msqoLHJw+cHWTd0wkl2SmGvxqUB3T213t1sOVkOshVsZQ==" }, "node_modules/@zip.js/zip.js": { "version": "2.4.5", @@ -4482,9 +4482,9 @@ "integrity": "sha512-2gzDDMDhM+ImDaLEZVlnlHVY1340Y368tT4Qk5IwLnCeRJ4zV3cVwliVGacoHy7iCDukcGXzKwDzG/hTTcaljg==" }, "node_modules/tabulator-tables": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-5.0.10.tgz", - "integrity": "sha512-pqIZkO8oGDI0eVWrhmLNgn6yGQvRSDAZRwI+weTYHeAgMtFXkRBgkmPTaM5cIAta5xrMqu4/PuUNNotRnRZ9rg==" + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-5.2.5.tgz", + "integrity": "sha512-e+0ymRlfcOCBolJB657eFxD2C5H7rgjza/za+PapiNTSTq244DrPMjyzcDQLXE+bafCSqolZCuF63S9KLqHm7Q==" }, "node_modules/terser": { "version": "5.9.0", @@ -6096,9 +6096,9 @@ } }, "@types/tabulator-tables": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-5.0.1.tgz", - "integrity": "sha512-ieidxy+/bzMCPZsDeSw56DN9ipQ0K4Ts3ZUxPy4yCVExcAsezL4u2UYHBA+BxQ8l7QmEaERT/ctmBqjkRUhh+w==" + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-5.1.2.tgz", + "integrity": "sha512-B06QUmSTDELCV4ZVDpcvVqnrjaXmbM5QKA8oSkaU5msqoLHJw+cHWTd0wkl2SmGvxqUB3T213t1sOVkOshVsZQ==" }, "@zip.js/zip.js": { "version": "2.4.5", @@ -8020,9 +8020,9 @@ "integrity": "sha512-2gzDDMDhM+ImDaLEZVlnlHVY1340Y368tT4Qk5IwLnCeRJ4zV3cVwliVGacoHy7iCDukcGXzKwDzG/hTTcaljg==" }, "tabulator-tables": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-5.0.10.tgz", - "integrity": "sha512-pqIZkO8oGDI0eVWrhmLNgn6yGQvRSDAZRwI+weTYHeAgMtFXkRBgkmPTaM5cIAta5xrMqu4/PuUNNotRnRZ9rg==" + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-5.2.5.tgz", + "integrity": "sha512-e+0ymRlfcOCBolJB657eFxD2C5H7rgjza/za+PapiNTSTq244DrPMjyzcDQLXE+bafCSqolZCuF63S9KLqHm7Q==" }, "terser": { "version": "5.9.0", diff --git a/package.json b/package.json index 1fd027d4..6681d158 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "rollup-plugin-terser": "^7.0.2" }, "dependencies": { - "@types/tabulator-tables": "^5.0.1", + "@types/tabulator-tables": "^5.1.2", "@zip.js/zip.js": "^2.4.5", "interactjs": "^1.10.11", "localforage": "^1.10.0", @@ -39,6 +39,6 @@ "svelte-select": "^4.4.7", "svelte-simple-modal": "^1.3.1", "svelte-toggle": "^3.1.0", - "tabulator-tables": "^5.0.10" + "tabulator-tables": "^5.2.5" } } \ No newline at end of file