From 799f95dfdd1b8907a8e31248ee5e711d6ec2a5eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:13:15 +0000 Subject: [PATCH] Bump @tanstack/react-table from 8.9.7 to 8.9.8 Bumps [@tanstack/react-table](https://github.com/tanstack/table) from 8.9.7 to 8.9.8. - [Release notes](https://github.com/tanstack/table/releases) - [Commits](https://github.com/tanstack/table/compare/v8.9.7...v8.9.8) --- updated-dependencies: - dependency-name: "@tanstack/react-table" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91891f99..4bf0b932 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@react-three/drei": "^9.57.3", "@react-three/fiber": "^8.14.1", "@reduxjs/toolkit": "^1.9.5", - "@tanstack/react-table": "^8.9.7", + "@tanstack/react-table": "^8.9.8", "@tippyjs/react": "^4.2.6", "bgio-postgres": "^1.0.15", "boardgame.io": "^0.50.2", @@ -5986,11 +5986,11 @@ } }, "node_modules/@tanstack/react-table": { - "version": "8.9.7", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.9.7.tgz", - "integrity": "sha512-UKUekM8JNUyWbjT1q3s1GpH5OtBL9mJ4258Il23fsahvkh3ou9TuFVmqI0/UPiFROgHkRlCBDNPUhcsC9YPFgg==", + "version": "8.9.8", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.9.8.tgz", + "integrity": "sha512-ZUd+ZydvUP8+XLI+oQ3IcG6Pqq3vw94na3fViD/v0dsIVwgQaWanizeh+si/Pn/8eU0XgbSVU9VpejOJEbp/lg==", "dependencies": { - "@tanstack/table-core": "8.9.7" + "@tanstack/table-core": "8.9.8" }, "engines": { "node": ">=12" @@ -6005,9 +6005,9 @@ } }, "node_modules/@tanstack/table-core": { - "version": "8.9.7", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.9.7.tgz", - "integrity": "sha512-lkhVcGDxa9GSoDFPkplPDvzsiUACPZrxT3U1edPs0DCMKFhBDgZ7d1DPd7cqHH0JoybfbQ/qiTQYOQBg8sinJg==", + "version": "8.9.8", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.9.8.tgz", + "integrity": "sha512-f2Y/BcJy3IBkdDxWEk6WX6zJSmCDBI5iS0icr5DyeSbWsbnfaBtOIaeBjfnTEedt9Kk3xPmfciA6uSNOQ1BEXA==", "engines": { "node": ">=12" }, @@ -22236,17 +22236,17 @@ } }, "@tanstack/react-table": { - "version": "8.9.7", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.9.7.tgz", - "integrity": "sha512-UKUekM8JNUyWbjT1q3s1GpH5OtBL9mJ4258Il23fsahvkh3ou9TuFVmqI0/UPiFROgHkRlCBDNPUhcsC9YPFgg==", + "version": "8.9.8", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.9.8.tgz", + "integrity": "sha512-ZUd+ZydvUP8+XLI+oQ3IcG6Pqq3vw94na3fViD/v0dsIVwgQaWanizeh+si/Pn/8eU0XgbSVU9VpejOJEbp/lg==", "requires": { - "@tanstack/table-core": "8.9.7" + "@tanstack/table-core": "8.9.8" } }, "@tanstack/table-core": { - "version": "8.9.7", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.9.7.tgz", - "integrity": "sha512-lkhVcGDxa9GSoDFPkplPDvzsiUACPZrxT3U1edPs0DCMKFhBDgZ7d1DPd7cqHH0JoybfbQ/qiTQYOQBg8sinJg==" + "version": "8.9.8", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.9.8.tgz", + "integrity": "sha512-f2Y/BcJy3IBkdDxWEk6WX6zJSmCDBI5iS0icr5DyeSbWsbnfaBtOIaeBjfnTEedt9Kk3xPmfciA6uSNOQ1BEXA==" }, "@testing-library/dom": { "version": "8.20.1", diff --git a/package.json b/package.json index 0df09938..743f13b0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@react-three/drei": "^9.57.3", "@react-three/fiber": "^8.14.1", "@reduxjs/toolkit": "^1.9.5", - "@tanstack/react-table": "^8.9.7", + "@tanstack/react-table": "^8.9.8", "@tippyjs/react": "^4.2.6", "bgio-postgres": "^1.0.15", "boardgame.io": "^0.50.2",