From 5387e2157396a0d220365607f235ae0acb42c53e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 07:54:37 +0000 Subject: [PATCH] fix: example/checkbox/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- example/checkbox/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/checkbox/package.json b/example/checkbox/package.json index 7dbea6a..49f80b0 100644 --- a/example/checkbox/package.json +++ b/example/checkbox/package.json @@ -9,8 +9,8 @@ "eslint": "^1.8.0", "eslint-config-airbnb": "^0.1.0", "eslint-plugin-react": "^3.6.3", - "react": "^15.2.0", - "react-dom": "^15.2.0", + "react": "^16.5.0", + "react-dom": "^16.5.0", "react-svg-morph": "^0.1.2", "webpack": "^1.12.2", "webpack-dev-server": "^1.12.1"