From 4b5bf21d06ba33478ca99feb93a43ac4294f7c6b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 04:18:39 +0000 Subject: [PATCH] build(deps): bump mustache from 3.1.0 to 3.2.0 in /backend Bumps [mustache](https://github.com/janl/mustache.js) from 3.1.0 to 3.2.0. - [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/v3.1.0...v3.2.0) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 5bc0d79ec..d83622d8f 100644 --- a/backend/package.json +++ b/backend/package.json @@ -79,7 +79,7 @@ "metascraper-video": "^5.8.12", "metascraper-youtube": "^5.8.12", "minimatch": "^3.0.4", - "mustache": "^3.1.0", + "mustache": "^3.2.0", "neo4j-driver": "~1.7.6", "neo4j-graphql-js": "^2.10.2", "neode": "^0.3.6", diff --git a/backend/yarn.lock b/backend/yarn.lock index 34d3372f2..13e531176 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -6077,10 +6077,10 @@ ms@^2.1.1: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -mustache@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/mustache/-/mustache-3.1.0.tgz#9fba26e7aefc5709f07ff585abb7e0abced6c372" - integrity sha512-3Bxq1R5LBZp7fbFPZzFe5WN4s0q3+gxZaZuZVY+QctYJiCiVgXHOTIC0/HgZuOPFt/6BQcx5u0H2CUOxT/RoGQ== +mustache@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/mustache/-/mustache-3.2.0.tgz#1c68e0bf77817a92e8a9216e35c53bbb342345f6" + integrity sha512-n5de2nQ1g2iz3PO9cmq/ZZx3W7glqjf0kavThtqfuNlZRllgU2a2Q0jWoQy3BloT5A6no7sjCTHBVn1rEKjx1Q== mute-stream@0.0.8: version "0.0.8"