From bae31154ef18568f2f218bdd549780e95b4e3986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 07:15:22 +0000 Subject: [PATCH] Bump mustache from 0.8.2 to 2.2.1 in /RSSReader Bumps [mustache](https://github.com/janl/mustache.js) from 0.8.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.8.2...v2.2.1) Signed-off-by: dependabot[bot] --- RSSReader/package-lock.json | 6 +++--- RSSReader/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RSSReader/package-lock.json b/RSSReader/package-lock.json index 7f0c058b..cdd9ca4d 100644 --- a/RSSReader/package-lock.json +++ b/RSSReader/package-lock.json @@ -42,9 +42,9 @@ "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" }, "mustache": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-0.8.2.tgz", - "integrity": "sha1-v1uSK49Azc+5HANdzZFhENFiH5s=" + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-2.2.1.tgz", + "integrity": "sha1-LEDKIcJ49TFQaCvPkJDkGjM5uHY=" }, "readable-stream": { "version": "1.0.34", diff --git a/RSSReader/package.json b/RSSReader/package.json index a3aeac76..f1a6b28e 100644 --- a/RSSReader/package.json +++ b/RSSReader/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "feedparser": "^0.16.6", - "mustache": "^0.8.2" + "mustache": "^2.2.1" }, "devDependencies": {}, "scripts": {