From 6ba6bee5eda1ae7ad80ebb9e9aec7147b3281cb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Jan 2021 21:16:43 +0800 Subject: [PATCH] Update dependency js-yaml to v4 (#172) Co-authored-by: Renovate Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed8d6de..226928d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "hexo": "5.3.0", "hexo-renderer-marked": "3.3.0", "husky": "4.3.6", - "js-yaml": "3.14.1", + "js-yaml": "4.0.0", "mocha": "8.2.1", "stylint": "2.0.0" },