From 584b552db76740b4001df28b492d501827a8c478 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Jun 2024 00:09:08 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-table from 8.16.0 to 8.17.3 Snyk has created this PR to upgrade @tanstack/react-table from 8.16.0 to 8.17.3. See this package in npm: @tanstack/react-table See this project in Snyk: https://app.snyk.io/org/mtthoas/project/b51bbbf1-962e-4f24-8a14-61d1af84ef3e?utm_source=github&utm_medium=referral&page=upgrade-pr --- next-app/package-lock.json | 18 ++++++++++-------- next-app/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) 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",