From fe9445c2764891b0a1609e7f35c98df9fa53ac38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 09:50:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6744dfa0..50d5b3e4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@types/got": "^9.4.4", "blinq": "^2.0.2", - "chokidar": "^2.1.2", + "chokidar": "^3.0.0", "connected-react-router": "^5.0.1", "devtron": "^1.4.0", "electron-devtools-installer": "^2.2.4",