From 1bc5cc97784b72e1acc7110352c25827a23e75fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 17:04:13 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f719c70..a61bcd2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "typings": "./dist/index", "dependencies": { - "react": "16.4.1" + "react": "16.5.0" }, "devDependencies": { "@babel/cli": "7.0.0-beta.51",