From da76ec34871dcbfb2d6fbe7713157d6a915b9602 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2019 22:18:13 +0000 Subject: [PATCH] chore: upgrade react-dom from 15.5.3 to 15.6.2 Snyk has created this PR to upgrade react-dom from 15.5.3 to 15.6.2. See this package in NPM: https://www.npmjs.com/package/react-dom 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..9f4626ae96 --- a/archives/v6-examples/react-table-custom-column-widths/package.json +++ b/archives/v6-examples/react-table-custom-column-widths/package.json @@ -6,7 +6,7 @@ "main": "index.js", "dependencies": { "react-table": "6.5.3", - "react-dom": "15.5.3", + "react-dom": "15.6.2", "react": "15.5.3", "namor": "1.0.1" },