From 1c131c82960713403a121f521d6a5478300cbbbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 13:59:38 +0000 Subject: [PATCH] fix(deps): update dependency mustache to v4 --- package.json | 2 +- plugin/multiplex/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 106c563..727499f 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "grunt-sass": "2.0.0", "grunt-retire": "1.0.7", "grunt-zip": "~0.17.1", - "mustache": "2.3.0", + "mustache": "4.2.0", "socket.io": "1.7.3" }, "license": "MIT" diff --git a/plugin/multiplex/package.json b/plugin/multiplex/package.json index bbed77a..e1ccc49 100644 --- a/plugin/multiplex/package.json +++ b/plugin/multiplex/package.json @@ -12,7 +12,7 @@ "dependencies": { "express": "~4.13.3", "grunt-cli": "~0.1.13", - "mustache": "~2.2.1", + "mustache": "~4.2.0", "socket.io": "~1.3.7" }, "license": "MIT"