From 12eb51c1dcd0f6b447d1dc088863bfa8d58b29b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Jul 2025 03:23:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0fa65628..3b7a6db1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "gulp-util": "3.0.6" }, "dependencies": { - "bower": "1.5.2", - "reveal-md": "0.0.20" + "bower": "1.8.9", + "reveal-md": "2.0.0" } }