From 21e4c2cde35b538fd6710dbb5fb16e378e4f47ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 11:47:27 +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 50cb5c5..bcbc16e 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,6 @@ }, "dependencies": { "axios": "^0.19.0", - "express": "^4.17.1" + "express": "^4.22.0" } }