From b4d2c0fe68837ca63711743ecb0c58e2ae8d195f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 17:16:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6c3584c70..bb665d5bc 100644 --- a/package.json +++ b/package.json @@ -17,14 +17,14 @@ "private": false, "dependencies": { "asar": "^1.0.0", - "axios": "^0.18.0", + "axios": "^1.13.5", "chokidar": "^2.1.2", "csp-parse": "github:macropodhq/csp-parse", "deepmerge": "^3.2.0", "fs-extra": "^7.0.1", "keytar": "4.4.1", "nedb": "^1.8.0", - "node-sass": "^4.11.0", + "node-sass": "^9.0.0", "original-fs": "^1.0.0", "semver": "^5.6.0", "tar-fs": "^2.0.0"