From 5df99bba851990ca1dcab58e843a238349f02519 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 20:35:39 +0000 Subject: [PATCH] fix: upgrade mustache from 2.2.1 to 2.3.2 Snyk has created this PR to upgrade mustache from 2.2.1 to 2.3.2. See this package in npm: https://www.npmjs.com/package/mustache See this project in Snyk: https://app.snyk.io/org/papedjiby/project/14bf23bb-47a5-45a4-9dfd-c4cb88ce5d9d?utm_source=github&utm_medium=referral&page=upgrade-pr --- node_modules/reveal.js/plugin/multiplex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/reveal.js/plugin/multiplex/package.json b/node_modules/reveal.js/plugin/multiplex/package.json index bbed77a..0eb0e48 100644 --- a/node_modules/reveal.js/plugin/multiplex/package.json +++ b/node_modules/reveal.js/plugin/multiplex/package.json @@ -12,7 +12,7 @@ "dependencies": { "express": "~4.13.3", "grunt-cli": "~0.1.13", - "mustache": "~2.2.1", + "mustache": "~2.3.2", "socket.io": "~1.3.7" }, "license": "MIT"