From 87fbb80ce14db7ee02f3d7fe484dc7a6087d78a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 10:45:40 +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 c14b959..eeecc88 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,11 @@ "author": "Yautil", "license": "GPL-3.0+", "dependencies": { - "body-parser": "^1.18.2", + "body-parser": "^1.20.4", "chalk": "^2.3.0", "clipboard": "^1.7.1", "diff-match-patch": "^1.0.0", - "express": "^4.16.2", + "express": "^4.22.0", "method-override": "^2.3.10", "mongoose": "^5.7.5", "path": "^0.12.7",