From 6aec96d00927ee8876946756e690cc6d6b5b1955 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 06:49:32 +0000 Subject: [PATCH] Bump mustache from 2.3.2 to 3.0.1 Bumps [mustache](https://github.com/janl/mustache.js) from 2.3.2 to 3.0.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/v2.3.2...v3.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c116320..5ae8d98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6081,9 +6081,9 @@ } }, "mustache": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.2.tgz", - "integrity": "sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-3.0.1.tgz", + "integrity": "sha512-jFI/4UVRsRYdUbuDTKT7KzfOp7FiD5WzYmmwNwXyUVypC0xjoTL78Fqc0jHUPIvvGD+6DQSPHIt1NE7D1ArsqA==" }, "mute-stream": { "version": "0.0.7", diff --git a/package.json b/package.json index f4af139..7c59956 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "markdown-table": "^1.1.3", "micro": "^9.3.4", "microfeedback-core": "^3.0.0", - "mustache": "^2.3.2", + "mustache": "^3.0.1", "parse-github-repo-url": "^1.4.0", "truncate": "^2.1.0", "ua-parser-js": "^0.7.19"