From 8806a5fc242adf634192d9ec2c8f16e98339056d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 11:29:40 +0000 Subject: [PATCH] Bump js-yaml from 3.0.2 to 3.13.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.0.2 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.0.2...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 b8bd86e..fd52e1d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "preferGlobal": true, "dependencies": { "coffee-script": "1.7.x", - "js-yaml": "3.0.x", + "js-yaml": "3.13.x", "optimist": "0.6.x", "repl.history": "0.1.x", "rethinkdb": "^2.3.3"