From 8520444df60b5bb69003cd1468779b316c5dca6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 14:45:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc24c50..3a522da 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "axios": "^0.16.2", "history": "^4.6.3", - "node-sass-chokidar": "^0.0.3", + "node-sass-chokidar": "^2.0.0", "npm-run-all": "^4.0.2", "react": "^15.6.1", "react-dom": "^15.6.1",