From ec24899d38417353aa1d7d88614fe1bb15a3c066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 20:32:55 +0000 Subject: [PATCH] Bump js-yaml from 3.14.0 to 4.1.1 in /themes/next Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- themes/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/next/package.json b/themes/next/package.json index f3b5913..5269421 100644 --- a/themes/next/package.json +++ b/themes/next/package.json @@ -30,7 +30,7 @@ "hexo": "5.1.1", "hexo-renderer-marked": "3.1.0", "husky": "4.2.5", - "js-yaml": "3.14.0", + "js-yaml": "4.1.1", "mocha": "8.1.3", "stylint": "2.0.0" },