From 395b21ce1c814d28895d8f102533ae1b801fc709 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jan 2024 05:40:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fa65628..0973e5a8 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ }, "dependencies": { "bower": "1.5.2", - "reveal-md": "0.0.20" + "reveal-md": "6.0.0" } }