From 496e51d0daded38ff40858a05bfe278f467ef598 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 18:05:35 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5fe5a3b..91a798f 100644 --- a/package.json +++ b/package.json @@ -19,11 +19,11 @@ "license": "ISC", "dependencies": { "axios": "^0.19.0", - "body-parser": "^1.19.0", + "body-parser": "^1.20.4", "bunyan": "^1.8.12", "config": "^3.2.2", "elastic-apm-node": "^2.12.1", - "express": "^4.17.1", + "express": "^4.22.0", "fibonacci": "^1.6.7", "lightship": "^4.3.1", "mongoose": "^4.13.19",