From 63942c4fef6259376923575b626e9e04faebf292 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:09:20 +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 14daf29..c8f0ecb 100644 --- a/package.json +++ b/package.json @@ -106,8 +106,8 @@ "jsmediatags": "^3.2.1", "mime": "^1.3.4", "postcss": "^5.1.0", - "react": "^15.3.0", - "react-dom": "^15.3.0", + "react": "^16.5.0", + "react-dom": "^16.5.0", "react-input-range": "^0.9.1", "react-sortable": "^1.0.3", "source-map-support": "^0.4.2"