From 2bd8d5cab7b94d76a2fe1478fe0654f532534cd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 16:13:22 +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 - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-6483324 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 447cdf1..fb4165d 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "dependencies": { "config": "^3.3.1", "console-stamp": "^3.0.0", - "express": "^4.17.1", + "express": "^4.19.2", "js-yaml": "^3.13.1", - "markdown-it": "^12.3.2", + "markdown-it": "^13.0.2", "mqtt": "^4.3.7", "request": "^2.88.2", "source-map-support": "^0.5.16"