From e28e33798158f3c66ee982bd731b59ca61af2cd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Dec 2022 01:39:40 +0000 Subject: [PATCH] fix: upgrade react-table from 6.9.0 to 6.11.5 Snyk has created this PR to upgrade react-table from 6.9.0 to 6.11.5. See this package in npm: https://www.npmjs.com/package/react-table See this project in Snyk: https://app.snyk.io/org/qwu16/project/5b75e4da-396e-43f9-949b-28de33ef7976?utm_source=github&utm_medium=referral&page=upgrade-pr --- source/management_console/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/management_console/package.json b/source/management_console/package.json index 67a1a15ba..b54a0125f 100644 --- a/source/management_console/package.json +++ b/source/management_console/package.json @@ -11,7 +11,7 @@ "pnotify": "3.0.0", "react": "^16.8.4", "react-dom": "^16.8.4", - "react-table": "6.9.0", + "react-table": "6.11.5", "toml": "3.0.0" }, "scripts": {