From cb284ef1a4b5176cd6323bd62f408d9e54478835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 21:36:26 +0000 Subject: [PATCH] Bump js-yaml from 3.2.7 to 3.13.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.2.7 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.2.7...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 a6630fd..597f404 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "bin/tipbot", "dependencies": { "irc": "~0.3.6", - "js-yaml": "~3.2.2", + "js-yaml": "~3.13.1", "winston": "~0.8.1", "node-altcoin": "0.1.2", "swig": "^1.3.2",