From ae40111dc1b207053ffaecaeb31834250a1698a1 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:15:17 +0000 Subject: [PATCH 1/2] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - 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 1f3da7eb..6abb762b 100644 --- a/package.json +++ b/package.json @@ -31,13 +31,13 @@ ], "devDependencies": { "buffer-from": "^1.1.1", - "express": "^4.21.2", + "express": "^4.22.0", "mocha": "^3.5.3", "nyc": "^17.1.0", "serve-static": "^1.12.3", "ssestream": "^1.0.0", "standard": "^10.0.2", - "webpack": "^3.5.6" + "webpack": "^5.0.0" }, "scripts": { "test": "mocha --reporter spec && standard", From efdc9f91dc29f8a379a5e4c9471f4af53242e376 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 18:31:15 +0000 Subject: [PATCH 2/2] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416