diff --git a/package-lock.json b/package-lock.json index 44899fdb..776be27a 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.1", "@zip.js/zip.js": "^2.4.5", "interactjs": "^1.10.11", "localforage": "^1.10.0", @@ -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.1", + "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-5.1.1.tgz", + "integrity": "sha512-/zxeR0zRq3YnyYH7ECtGOpMd7G3NgjxPY0+1JNAx+0FaSQbYQGvKAPNmKggu8JjrDhl7V/5IDLoydpyyYFtW9A==" }, "node_modules/@zip.js/zip.js": { "version": "2.4.5", @@ -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.1", + "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-5.1.1.tgz", + "integrity": "sha512-/zxeR0zRq3YnyYH7ECtGOpMd7G3NgjxPY0+1JNAx+0FaSQbYQGvKAPNmKggu8JjrDhl7V/5IDLoydpyyYFtW9A==" }, "@zip.js/zip.js": { "version": "2.4.5", diff --git a/package.json b/package.json index d0e8e9da..3ff39f44 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.1", "@zip.js/zip.js": "^2.4.5", "interactjs": "^1.10.11", "localforage": "^1.10.0",