From 6576f4f4692e944e7426601a19545b59b50fb853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 05:44:56 +0000 Subject: [PATCH] Bump js-yaml from 3.14.1 to 3.14.2 in /workspace Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- workspace/packages/muse-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/packages/muse-core/package.json b/workspace/packages/muse-core/package.json index 76f6aa27..8cf65293 100644 --- a/workspace/packages/muse-core/package.json +++ b/workspace/packages/muse-core/package.json @@ -24,7 +24,7 @@ "import-from": "^4.0.0", "javascript-time-ago": "^2.5.6", "js-plugin": "^1.1.0", - "js-yaml": "^4.1.0", + "js-yaml": "^3.14.2", "lodash": "^4.17.21", "lru-cache": "6.0.0", "path-to-regexp": "^6.2.1",