From e44a8e7f7365d98a16ca51779e722c1218980467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 07:56:20 +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 2fb6640..c03fa35 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "postmark": "~0.2.0", "express": "~3.4.7", - "js-yaml": "~3.0.1", + "js-yaml": "~3.13.1", "adm-zip": "~0.4.3", "pg": "~2.11.0" }