From a4e3fca527756b1b8b8f5d756a7c6e1f652503af Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Mar 2021 23:10:12 +0000 Subject: [PATCH] fix(deps): update dependency mustache to v4 --- package-lock.json | 6 +++--- package.json | 2 +- template/slides/reveal/plugin/multiplex/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e82c20..316677b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4765,9 +4765,9 @@ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "mustache": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-3.0.1.tgz", - "integrity": "sha512-jFI/4UVRsRYdUbuDTKT7KzfOp7FiD5WzYmmwNwXyUVypC0xjoTL78Fqc0jHUPIvvGD+6DQSPHIt1NE7D1ArsqA==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", + "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==" }, "mute-stream": { "version": "0.0.8", diff --git a/package.json b/package.json index 2353203..6887c11 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "inquirer": "^6.5.1", "live-server": "^1.2.1", "minimist": "^1.2.0", - "mustache": "^3.0.1", + "mustache": "^4.0.0", "ncp": "^2.0.0", "ora": "^3.4.0", "puppeteer": "^1.19.0", diff --git a/template/slides/reveal/plugin/multiplex/package.json b/template/slides/reveal/plugin/multiplex/package.json index 3eac5e1..bd6b48e 100644 --- a/template/slides/reveal/plugin/multiplex/package.json +++ b/template/slides/reveal/plugin/multiplex/package.json @@ -12,7 +12,7 @@ "dependencies": { "express": "4.13.4", "grunt-cli": "0.1.13", - "mustache": "2.2.1", + "mustache": "4.2.0", "socket.io": "1.3.7" }, "license": "MIT"