From 9089408df2cdcea62800c0a863662cab3efa3976 Mon Sep 17 00:00:00 2001 From: Theodore Dubois Date: Wed, 27 Sep 2017 12:02:42 -0700 Subject: [PATCH] Upgrade js-yaml to 3.10.0 If you put an emoji in a staticman comment, that'll trigger nodeca/js-yaml#368 which will make js-yaml output yaml that cannot be parsed by Jekyll, thus causing the website build to fail. The bug was fixed in 3.10.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5dd3b0b..238b15a1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "express-github-webhook": "^1.0.5", "express-recaptcha": "^2.1.0", "github": "^3.0.0", - "js-yaml": "^3.6.1", + "js-yaml": "^3.10.0", "mailgun-js": "^0.7.13", "markdown-table": "^1.0.0", "md5": "^2.1.0",