diff --git a/package-lock.json b/package-lock.json index 0698fb2db7..54d2b8edaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "replace-in-file": "^7.1.0", "shelljs": "0.8.5", "shx": "^0.3.3", - "tabulator-tables": "^4.9.3", + "tabulator-tables": "^6.1.0", "typescript": "^4.9.5", "unified": "^11.0.4" } @@ -12371,9 +12371,9 @@ } }, "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==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-6.1.0.tgz", + "integrity": "sha512-J+FgWNTxrOoafOeNTUmFDFgKAqctFKtQmV6RwLuDcJJe2qsxKaeQ2OQ6OdaIDIPZ0mykpdKXYqjioOdUagvTZg==", "dev": true }, "node_modules/tar-fs": { @@ -22924,9 +22924,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.1.0", + "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-6.1.0.tgz", + "integrity": "sha512-J+FgWNTxrOoafOeNTUmFDFgKAqctFKtQmV6RwLuDcJJe2qsxKaeQ2OQ6OdaIDIPZ0mykpdKXYqjioOdUagvTZg==", "dev": true }, "tar-fs": { diff --git a/package.json b/package.json index 9fc1aee0f9..fa9ded7cfe 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "replace-in-file": "^7.1.0", "shelljs": "0.8.5", "shx": "^0.3.3", - "tabulator-tables": "^4.9.3", + "tabulator-tables": "^6.1.0", "typescript": "^4.9.5", "unified": "^11.0.4" },