From 44369f517da9e08937920832e773887851922f44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Mar 2024 15:02:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95a7a60..45690cd 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@grammyjs/transformer-throttler": "^0.1.9", "amqplib": "^0.8.0", "dotenv": "^10.0.0", - "express": "^4.17.1", + "express": "^4.19.2", "grammy": "^1.1.5", "humanize-duration": "^3.26.0", "kafkajs": "^1.15.0",