From 17f39079f2daebface9893e3e552cdf6ee6f594b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 May 2024 21:55:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-6689533 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d62af71..fff0f9a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "async": "^0.9.0", "auth-provider": "^0.6.2", "browserify": "^8.1.3", - "ejs": "^2.2.4", + "ejs": "^3.1.10", "hellojs": "^1.4.3", "highlight.js": "^8.4.0", "markdown": "^0.5.0",