From 8931c4e9caa77e42c22e059b5a2c34e3e77e9041 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 10:04:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6630fd..30931b5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "winston": "~0.8.1", "node-altcoin": "0.1.2", "swig": "^1.3.2", - "express": "3.4.8", + "express": "4.20.0", "node-tipbot-api": "0.0.5", "request": "2.82.0", "node-regexp": "0.1.1",