From 11591412c7b945c56a499db554c5fe460431e096 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 09:24:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 029e91c..e6397f2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "canvas": "^2.9.3", "ejs": "^3.1.8", - "express": "^4.18.1", + "express": "^4.22.0", "html-docx-js": "^0.3.1", "html-to-docx": "^1.4.0", "jsdom": "^20.0.0",