From e07f2f8913c06f1c556544d3585201fd913d3913 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 04:20:41 +0000 Subject: [PATCH] build(deps): bump mustache from 3.2.0 to 3.2.1 in /backend Bumps [mustache](https://github.com/janl/mustache.js) from 3.2.0 to 3.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/v3.2.0...v3.2.1) 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 8bb46cc70..33cfe4e80 100644 --- a/backend/package.json +++ b/backend/package.json @@ -79,7 +79,7 @@ "metascraper-video": "^5.8.12", "metascraper-youtube": "^5.8.13", "minimatch": "^3.0.4", - "mustache": "^3.2.0", + "mustache": "^3.2.1", "neo4j-driver": "~1.7.6", "neo4j-graphql-js": "^2.11.0", "neode": "^0.3.6", diff --git a/backend/yarn.lock b/backend/yarn.lock index e94560778..2986c1c3f 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -6078,10 +6078,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.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/mustache/-/mustache-3.2.0.tgz#1c68e0bf77817a92e8a9216e35c53bbb342345f6" - integrity sha512-n5de2nQ1g2iz3PO9cmq/ZZx3W7glqjf0kavThtqfuNlZRllgU2a2Q0jWoQy3BloT5A6no7sjCTHBVn1rEKjx1Q== +mustache@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/mustache/-/mustache-3.2.1.tgz#89e78a9d207d78f2799b1e95764a25bf71a28322" + integrity sha512-RERvMFdLpaFfSRIEe632yDm5nsd0SDKn8hGmcUwswnyiE5mtdZLDybtHAz6hjJhawokF0hXvGLtx9mrQfm6FkA== mute-stream@0.0.8: version "0.0.8"