From e7fc75ca570c3bb320d1b6d910718bfc478e7663 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Aug 2024 05:58:54 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-table from 8.19.3 to 8.20.1 Snyk has created this PR to upgrade @tanstack/react-table from 8.19.3 to 8.20.1. See this package in npm: @tanstack/react-table See this project in Snyk: https://app.snyk.io/org/scott2106/project/150ebf22-2930-4516-a5f9-7c349fa0c30b?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 18 ++++++++++-------- client/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 6d9cef8..009ec12 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -19,7 +19,7 @@ "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.0", "@radix-ui/react-toast": "^1.2.1", - "@tanstack/react-table": "^8.19.3", + "@tanstack/react-table": "^8.20.1", "axios": "^1.7.3", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", @@ -1960,11 +1960,12 @@ } }, "node_modules/@tanstack/react-table": { - "version": "8.19.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.19.3.tgz", - "integrity": "sha512-MtgPZc4y+cCRtU16y1vh1myuyZ2OdkWgMEBzyjYsoMWMicKZGZvcDnub3Zwb6XF2pj9iRMvm1SO1n57lS0vXLw==", + "version": "8.20.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.20.1.tgz", + "integrity": "sha512-PJK+07qbengObe5l7c8vCdtefXm8cyR4i078acWrHbdm8JKw1ES7YpmOtVt9ALUVEEFAHscdVpGRhRgikgFMbQ==", + "license": "MIT", "dependencies": { - "@tanstack/table-core": "8.19.3" + "@tanstack/table-core": "8.20.1" }, "engines": { "node": ">=12" @@ -1979,9 +1980,10 @@ } }, "node_modules/@tanstack/table-core": { - "version": "8.19.3", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.19.3.tgz", - "integrity": "sha512-IqREj9ADoml9zCAouIG/5kCGoyIxPFdqdyoxis9FisXFi5vT+iYfEfLosq4xkU/iDbMcEuAj+X8dWRLvKYDNoQ==", + "version": "8.20.1", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.20.1.tgz", + "integrity": "sha512-5Ly5TIRHnWH7vSDell9B/OVyV380qqIJVg7H7R7jU4fPEmOD4smqAX7VRflpYI09srWR8aj5OLD2Ccs1pI5mTg==", + "license": "MIT", "engines": { "node": ">=12" }, diff --git a/client/package.json b/client/package.json index cd59e26..1555858 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.0", "@radix-ui/react-toast": "^1.2.1", - "@tanstack/react-table": "^8.19.3", + "@tanstack/react-table": "^8.20.1", "axios": "^1.7.3", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3",