From d74d2844ad8a8aa1caca286d5ff1c8179372d9b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 21:25:29 +0000 Subject: [PATCH] Bump js-yaml from 3.5.3 to 3.13.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.5.3 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.5.3...3.13.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0ea064..938ab23 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "marked-it-core": "*", "wkhtmltopdf": "0.1.5", - "js-yaml": "3.5.3", + "js-yaml": "3.13.1", "htmlparser2": "3.8.3", "pretty-data": "0.40.0", "js-beautify": "1.6.4",