From 99b3c4191c1cd2f005f3a59ec454859390777aa2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 04:19:37 +0000 Subject: [PATCH] build(deps): bump mustache from 3.2.1 to 4.0.0 in /backend Bumps [mustache](https://github.com/janl/mustache.js) from 3.2.1 to 4.0.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.2.1...v4.0.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 e80df24f8..4377e1fb1 100644 --- a/backend/package.json +++ b/backend/package.json @@ -79,7 +79,7 @@ "metascraper-video": "^5.10.3", "metascraper-youtube": "^5.10.3", "minimatch": "^3.0.4", - "mustache": "^3.2.1", + "mustache": "^4.0.0", "neo4j-driver": "^4.0.1", "neo4j-graphql-js": "^2.11.5", "neode": "^0.3.7", diff --git a/backend/yarn.lock b/backend/yarn.lock index 3a1865129..18f41bd30 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -6239,10 +6239,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.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/mustache/-/mustache-3.2.1.tgz#89e78a9d207d78f2799b1e95764a25bf71a28322" - integrity sha512-RERvMFdLpaFfSRIEe632yDm5nsd0SDKn8hGmcUwswnyiE5mtdZLDybtHAz6hjJhawokF0hXvGLtx9mrQfm6FkA== +mustache@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.0.0.tgz#7f02465dbb5b435859d154831c032acdfbbefb31" + integrity sha512-FJgjyX/IVkbXBXYUwH+OYwQKqWpFPLaLVESd70yHjSDunwzV2hZOoTBvPf4KLoxesUzzyfTH6F784Uqd7Wm5yA== mute-stream@0.0.8: version "0.0.8"