From ba5bca8b19118ef1c9425e82d528ff4dc109d29c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2019 22:18:09 +0000 Subject: [PATCH] chore: upgrade react-table from 6.5.3 to 6.10.3 Snyk has created this PR to upgrade react-table from 6.5.3 to 6.10.3. See this package in NPM: https://www.npmjs.com/package/react-table See this project in Snyk: https://app.snyk.io/org/maxiplux/project/6c6174c8-b920-49f9-b145-8d259032c3b4?utm_source=github&utm_medium=upgrade-pr --- .../v6-examples/react-table-custom-column-widths/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 archives/v6-examples/react-table-custom-column-widths/package.json diff --git a/archives/v6-examples/react-table-custom-column-widths/package.json b/archives/v6-examples/react-table-custom-column-widths/package.json old mode 100755 new mode 100644 index 3a4214eca3..25e8ba62f4 --- a/archives/v6-examples/react-table-custom-column-widths/package.json +++ b/archives/v6-examples/react-table-custom-column-widths/package.json @@ -5,7 +5,7 @@ "keywords": [], "main": "index.js", "dependencies": { - "react-table": "6.5.3", + "react-table": "6.10.3", "react-dom": "15.5.3", "react": "15.5.3", "namor": "1.0.1"