From fb40c28e697524a3f89c1af5fe5abd8f875f3411 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com>
Date: Fri, 18 Jan 2019 14:41:23 +0900
Subject: [PATCH] Update js-yaml requirement from 3.12.0 to 3.12.1 (#3902)

Updates the requirements on [js-yaml](https://github.com/nodeca/js-yaml) to permit the latest version.
- [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/commits/3.12.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 75544294a..9c2921358 100644
--- a/package.json
+++ b/package.json
@@ -139,7 +139,7 @@
 		"is-root": "2.0.0",
 		"is-svg": "3.0.0",
 		"is-url": "1.2.4",
-		"js-yaml": "3.12.0",
+		"js-yaml": "3.12.1",
 		"jsdom": "13.1.0",
 		"json5": "2.1.0",
 		"json5-loader": "1.0.1",