From 47f68f310f3639f3abb3487008defbdc04e2c221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:44:05 +0000 Subject: [PATCH] Bump tabulator-tables from 5.4.4 to 6.2.1 Bumps [tabulator-tables](https://github.com/olifolkerd/tabulator) from 5.4.4 to 6.2.1. - [Release notes](https://github.com/olifolkerd/tabulator/releases) - [Commits](https://github.com/olifolkerd/tabulator/compare/5.4.4...6.2.1) --- updated-dependencies: - dependency-name: tabulator-tables dependency-type: direct:production 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 0dabe6be..1dfe2eee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-url-query": "1.x", "swagger-ui": "^3.52.5", "swagger-ui-react": "^3.52.5", - "tabulator-tables": "5.x", + "tabulator-tables": "6.x", "tooltip.js": "1.x", "typeahead.js": "0.x", "url": "0.x", @@ -12994,9 +12994,9 @@ } }, "node_modules/tabulator-tables": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-5.4.4.tgz", - "integrity": "sha512-WqPWLRwrD8UMISUjQqZyj6y9k3ajQBs7eJtRosbt9q8RRkZlYCJYGxLt3L44jEXaQCE5q5EJFbGeDUEDJa1a3w==" + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-6.2.1.tgz", + "integrity": "sha512-iCyLUzE9xEesEWqHDzNgShr6fpIIsRXnvTSDxiEti3sVbVYwlRt5HTBnXsl8bxY+4p64Rxxdlk9jT3voNLcIZQ==" }, "node_modules/tapable": { "version": "0.1.10", @@ -25049,9 +25049,9 @@ } }, "tabulator-tables": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-5.4.4.tgz", - "integrity": "sha512-WqPWLRwrD8UMISUjQqZyj6y9k3ajQBs7eJtRosbt9q8RRkZlYCJYGxLt3L44jEXaQCE5q5EJFbGeDUEDJa1a3w==" + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tabulator-tables/-/tabulator-tables-6.2.1.tgz", + "integrity": "sha512-iCyLUzE9xEesEWqHDzNgShr6fpIIsRXnvTSDxiEti3sVbVYwlRt5HTBnXsl8bxY+4p64Rxxdlk9jT3voNLcIZQ==" }, "tapable": { "version": "0.1.10", diff --git a/package.json b/package.json index 8eebeb5a..7dbd83c9 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-url-query": "1.x", "swagger-ui": "^3.52.5", "swagger-ui-react": "^3.52.5", - "tabulator-tables": "5.x", + "tabulator-tables": "6.x", "tooltip.js": "1.x", "typeahead.js": "0.x", "url": "0.x",