From 91b6821beea0a1f041808d159a36e21a87044475 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 06:06:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 400d73c..8ec6ec9 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ }, "dependencies": { "address": "0.0.3", - "body-parser": "1.0.0", - "connect": "2.12.0", + "body-parser": "1.20.3", + "connect": "3.0.0", "connect-multiparty": "1.0.1", "debug": "0.7.4", "eventproxy": "0.2.6",