diff --git a/next-app/package-lock.json b/next-app/package-lock.json index 40e9c82..3c73906 100644 --- a/next-app/package-lock.json +++ b/next-app/package-lock.json @@ -15,7 +15,7 @@ "@radix-ui/react-slot": "^1.0.2", "@rainbow-me/rainbowkit": "^2.0.7", "@tanstack/react-query": "^5.35.5", - "@tanstack/react-table": "^8.16.0", + "@tanstack/react-table": "^8.17.3", "axios": "^1.6.8", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", @@ -5584,11 +5584,12 @@ } }, "node_modules/@tanstack/react-table": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.16.0.tgz", - "integrity": "sha512-rKRjnt8ostqN2fercRVOIH/dq7MAmOENCMvVlKx6P9Iokhh6woBGnIZEkqsY/vEJf1jN3TqLOb34xQGLVRuhAg==", + "version": "8.17.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.17.3.tgz", + "integrity": "sha512-5gwg5SvPD3lNAXPuJJz1fOCEZYk9/GeBFH3w/hCgnfyszOIzwkwgp5I7Q4MJtn0WECp84b5STQUDdmvGi8m3nA==", + "license": "MIT", "dependencies": { - "@tanstack/table-core": "8.16.0" + "@tanstack/table-core": "8.17.3" }, "engines": { "node": ">=12" @@ -5603,9 +5604,10 @@ } }, "node_modules/@tanstack/table-core": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.16.0.tgz", - "integrity": "sha512-dCG8vQGk4js5v88/k83tTedWOwjGnIyONrKpHpfmSJB8jwFHl8GSu1sBBxbtACVAPtAQgwNxl0rw1d3RqRM1Tg==", + "version": "8.17.3", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.17.3.tgz", + "integrity": "sha512-mPBodDGVL+fl6d90wUREepHa/7lhsghg2A3vFpakEhrhtbIlgNAZiMr7ccTgak5qbHqF14Fwy+W1yFWQt+WmYQ==", + "license": "MIT", "engines": { "node": ">=12" }, diff --git a/next-app/package.json b/next-app/package.json index eee9f21..595427d 100644 --- a/next-app/package.json +++ b/next-app/package.json @@ -16,7 +16,7 @@ "@radix-ui/react-slot": "^1.0.2", "@rainbow-me/rainbowkit": "^2.0.7", "@tanstack/react-query": "^5.35.5", - "@tanstack/react-table": "^8.16.0", + "@tanstack/react-table": "^8.17.3", "axios": "^1.6.8", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1",