From f2ebf863db6cc887862e5448e9691c2481668629 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:59:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a7b90c8..f2cdba9 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "eslint-config-airbnb-base": "^11.1.0" }, "dependencies": { - "react": "^15.5.0", - "react-dom": "^15.5.0" + "react": "^16.5.0", + "react-dom": "^16.5.0" }, "scripts": { "test": "NODE_ENV=test && npm run jest && npm run lint",