From e26cf3058d13164080d33d2976a5a0e683bc8ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 04:41:16 +0000 Subject: [PATCH] Bump mustache from 0.7.2 to 2.2.1 in /coder-base Bumps [mustache](https://github.com/janl/mustache.js) from 0.7.2 to 2.2.1. - [Release notes](https://github.com/janl/mustache.js/releases) - [Changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/janl/mustache.js/compare/0.7.2...v2.2.1) --- updated-dependencies: - dependency-name: mustache dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- coder-base/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coder-base/package.json b/coder-base/package.json index 8292e5d2..839de1cb 100644 --- a/coder-base/package.json +++ b/coder-base/package.json @@ -6,7 +6,7 @@ "dependencies": { "express": "3.1.0", "redis": "0.8.2", - "mustache": "0.7.2", + "mustache": "2.2.1", "consolidate": "0.8.0", "socket.io": "0.9.13", "express-params": "0.0.3",