diff --git a/apps/frontend/package.json b/apps/frontend/package.json index c4a10ed..4b2b6bb 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -21,7 +21,7 @@ "@chakra-ui/react": "2.8.0", "@emotion/react": "11.11.1", "@emotion/styled": "11.11.0", - "@tanstack/react-table": "8.9.3", + "@tanstack/react-table": "8.10.4", "deepmerge": "4.3.1", "framer-motion": "10.16.0", "jotai": "2.3.1", diff --git a/yarn.lock b/yarn.lock index 0dce945..32b27d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2581,17 +2581,17 @@ dependencies: defer-to-connect "^2.0.0" -"@tanstack/react-table@8.9.3": - version "8.9.3" - resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.9.3.tgz#03a52e9e15f65c82a8c697a445c42bfca0c5cfc4" - integrity sha512-Ng9rdm3JPoSCi6cVZvANsYnF+UoGVRxflMb270tVj0+LjeT/ZtZ9ckxF6oLPLcKesza6VKBqtdF9mQ+vaz24Aw== +"@tanstack/react-table@8.10.4": + version "8.10.4" + resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.10.4.tgz#5ba5384836e3fd3d55835d23af33cd170ed765f7" + integrity sha512-t3VE77XotxEw1DdRc+b1f7wrD6Dr17CPcl9FVby4HFmfrC5zUIPhzAxPBYcm2WgS2g09n/hnITIQ5zh2zzu1hg== dependencies: - "@tanstack/table-core" "8.9.3" + "@tanstack/table-core" "8.10.4" -"@tanstack/table-core@8.9.3": - version "8.9.3" - resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.9.3.tgz#991da6b015f6200fdc841c48048bee5e197f6a46" - integrity sha512-NpHZBoHTfqyJk0m/s/+CSuAiwtebhYK90mDuf5eylTvgViNOujiaOaxNDxJkQQAsVvHWZftUGAx1EfO1rkKtLg== +"@tanstack/table-core@8.10.4": + version "8.10.4" + resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.10.4.tgz#a983665c4a8680d346dc70b7f3f4f75b228e9883" + integrity sha512-1eJu8hY8U+bM/dkn+ldr/KtDqjcj3Wmn8u3n6rZsrb/wd88k8qmGTFcc+BA/fojGTqCRX1gKc8zMzuk2nauBEA== "@tootallnate/quickjs-emscripten@^0.23.0": version "0.23.0"