From 9ac604782e78a9469112dafef3e51f48f28ff780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 23:56:44 +0000 Subject: [PATCH] Bump js-yaml from 3.2.5 to 4.1.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.2.5 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.2.5...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de563a3..7bb1697 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gzip-js": "0.3.2", "highlight.js": "8.4.0", "js-beautify": "1.5.4", - "js-yaml": "3.2.5", + "js-yaml": "4.1.1", "karma": "0.12.31", "karma-expect": "1.1.0", "karma-firefox-launcher": "0.1.4",