From 3502595b460ad497b5337907476e80f26a04c898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:40:18 +0000 Subject: [PATCH] chore(deps-dev): bump tabulator-tables from 4.9.3 to 6.1.0 Bumps [tabulator-tables](https://github.com/olifolkerd/tabulator) from 4.9.3 to 6.1.0. - [Release notes](https://github.com/olifolkerd/tabulator/releases) - [Commits](https://github.com/olifolkerd/tabulator/compare/4.9.3...6.1.0) --- updated-dependencies: - dependency-name: tabulator-tables dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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" },