From c578bda017c3e4bb580342d127a1e1b9dac96e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:17:34 +0000 Subject: [PATCH] Bump tabulator-tables and @types/tabulator-tables Bumps [tabulator-tables](https://github.com/olifolkerd/tabulator) and [@types/tabulator-tables](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tabulator-tables). These dependencies needed to be updated together. Updates `tabulator-tables` from 5.5.0 to 6.2.5 - [Release notes](https://github.com/olifolkerd/tabulator/releases) - [Commits](https://github.com/olifolkerd/tabulator/compare/5.5.0...6.2.5) Updates `@types/tabulator-tables` from 5.4.8 to 6.2.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tabulator-tables) --- updated-dependencies: - dependency-name: tabulator-tables dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/tabulator-tables" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9e8401cb..364a7cbe 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "material-icons": "^1.13.12", "proxy-polyfill": "0.3.2", "slim-select": "1.27.1", - "tabulator-tables": "5.5.0", + "tabulator-tables": "6.2.5", "ts-polyfill": "3.8.2", "unfetch": "4.2.0", "unorm": "1.6.0", @@ -23,7 +23,7 @@ "devDependencies": { "@babel/core": "7.24.9", "@babel/preset-env": "7.25.0", - "@types/tabulator-tables": "5.4.8", + "@types/tabulator-tables": "6.2.3", "babel-loader": "9.1.3", "copy-webpack-plugin": "12.0.2", "css-loader": "6.10.0",