From b52412dcaf3ab87bcdd08b564e357257f1732044 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 10:11:58 +0000 Subject: [PATCH] fix: windows/monexjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- windows/monexjs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/monexjs/package.json b/windows/monexjs/package.json index 52cdcfb8..7c25bb72 100644 --- a/windows/monexjs/package.json +++ b/windows/monexjs/package.json @@ -16,7 +16,7 @@ "dependencies": { "axios": "^0.18.0", "body-parser": "^1.17.2", - "browser-sync": "^2.18.13", + "browser-sync": "^2.19.0", "child_process": "^1.0.2", "chokidar": "^1.7.0", "cookie-parser": "^1.4.3", @@ -24,7 +24,7 @@ "ejs": "^2.5.7", "electron-open-link-in-browser": "^1.0.2", "electron-sudo": "^4.0.12", - "express": "^4.15.4", + "express": "^4.22.0", "favicon": "0.0.2", "find-process": "^1.1.1", "gulp": "^3.9.1",