From 72bc022e3339522ee50da4977fbbc6f947edb0d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2020 21:14:53 +0000 Subject: [PATCH] Bump js-yaml from 3.2.7 to 3.14.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.2.7 to 3.14.0. - [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.14.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 290e18e..1a219e8 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "debug": "~2.1.3", "format-throw": "~0.1.0", - "js-yaml": "~3.2.7", + "js-yaml": "~3.14.0", "lodash": "~3.6.0", "merge-descriptors": "~1.0.0", "methods": "~1.1.1",