From d92f25472e903dda6a25eca452583e33889bbebc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:32:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 462c1e4..fcbb7af 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "koa": "1.2.0", "koa-proxy": "0.5.0", "koa-static": "2.0.0", - "node-sass": "3.4.2", - "react": "0.14.7", + "node-sass": "5.0.0", + "react": "15.0.0", "react-dom": "0.14.7", "react-inline-css": "2.1.0", "react-router": "2.0.0",