From dd401185e67e05b44122a9d7c23f30064f8c7df6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 18:58:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 462c1e4..55d3991 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "koa": "1.2.0", "koa-proxy": "0.5.0", "koa-static": "2.0.0", - "node-sass": "3.4.2", + "node-sass": "3.5.1", "react": "0.14.7", "react-dom": "0.14.7", "react-inline-css": "2.1.0",