diff --git a/package-lock.json b/package-lock.json index 0655bf554a..56f8e85ade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/lodash-es": "^4.17.12", "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", - "@types/tabulator-tables": "^4.9.4", + "@types/tabulator-tables": "^6.2.3", "@typescript-eslint/eslint-plugin": "^8.21.0", "@typescript-eslint/parser": "^8.21.0", "codemirror": "^5.65.9", @@ -73,7 +73,7 @@ "shelljs": "0.8.5", "shx": "^0.3.3", "style-to-object": "^1.0.8", - "tabulator-tables": "^4.9.3", + "tabulator-tables": "^6.3.1", "typescript": "^4.9.5", "unified": "^11.0.5", "unist-util-visit": "^5.0.0" @@ -4164,10 +4164,11 @@ "dev": true }, "node_modules/@types/tabulator-tables": { - "version": "4.9.4", - "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-4.9.4.tgz", - "integrity": "sha512-yx8lZb15X+RP5a0ih6Fw5AaD/1m62+35ULMcm3TxQaheiH76lyBr2Zs20Wf7KNWsIGy1nwMmbjkCt6vjMczJQQ==", - "dev": true + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-6.2.3.tgz", + "integrity": "sha512-ZeRF/WvtwFXml/4aT7kzfkHEiwbjHZdlIsjrgqcfdmpkl9GQ9XBHY6u9BblUaHX4NUiOlBeHrQKjvai6/bQH0g==", + "dev": true, + "license": "MIT" }, "node_modules/@types/tern": { "version": "0.23.3", @@ -14676,10 +14677,11 @@ } }, "node_modules/tabulator-tables": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-4.9.3.tgz", - "integrity": "sha512-iwwQqAEGGxlgrBpcmJJvMJrfjGLcCXOB3AOb/DGkXqBy1YKoYA36hIl7qXGp6Jo8dSkzFAlDT6pKLZgyhs9OnQ==", - "dev": true + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-6.3.1.tgz", + "integrity": "sha512-qFW7kfadtcaISQIibKAIy0f3eeIXUVi8242Vly1iJfMD79kfEGzfczNuPBN/80hDxHzQJXYbmJ8VipI40hQtfA==", + "dev": true, + "license": "MIT" }, "node_modules/tar-fs": { "version": "2.1.1", @@ -19132,9 +19134,9 @@ "dev": true }, "@types/tabulator-tables": { - "version": "4.9.4", - "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-4.9.4.tgz", - "integrity": "sha512-yx8lZb15X+RP5a0ih6Fw5AaD/1m62+35ULMcm3TxQaheiH76lyBr2Zs20Wf7KNWsIGy1nwMmbjkCt6vjMczJQQ==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-6.2.3.tgz", + "integrity": "sha512-ZeRF/WvtwFXml/4aT7kzfkHEiwbjHZdlIsjrgqcfdmpkl9GQ9XBHY6u9BblUaHX4NUiOlBeHrQKjvai6/bQH0g==", "dev": true }, "@types/tern": { @@ -26893,9 +26895,9 @@ } }, "tabulator-tables": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-4.9.3.tgz", - "integrity": "sha512-iwwQqAEGGxlgrBpcmJJvMJrfjGLcCXOB3AOb/DGkXqBy1YKoYA36hIl7qXGp6Jo8dSkzFAlDT6pKLZgyhs9OnQ==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-6.3.1.tgz", + "integrity": "sha512-qFW7kfadtcaISQIibKAIy0f3eeIXUVi8242Vly1iJfMD79kfEGzfczNuPBN/80hDxHzQJXYbmJ8VipI40hQtfA==", "dev": true }, "tar-fs": { diff --git a/package.json b/package.json index 7c11829d54..e0329ac39a 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/lodash-es": "^4.17.12", "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", - "@types/tabulator-tables": "^4.9.4", + "@types/tabulator-tables": "^6.2.3", "@typescript-eslint/eslint-plugin": "^8.21.0", "@typescript-eslint/parser": "^8.21.0", "codemirror": "^5.65.9", @@ -107,7 +107,7 @@ "shelljs": "0.8.5", "shx": "^0.3.3", "style-to-object": "^1.0.8", - "tabulator-tables": "^4.9.3", + "tabulator-tables": "^6.3.1", "typescript": "^4.9.5", "unified": "^11.0.5", "unist-util-visit": "^5.0.0"