From c15481233e816ee1ec273803213bcfb1bd7b9bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:02:37 +0000 Subject: [PATCH] Bump js-yaml from 3.13.1 to 3.15.0 in /modules/core Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 3.15.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.13.1...3.15.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/package.json b/modules/core/package.json index 12f5d590054..67e70da83eb 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -93,7 +93,7 @@ "dayjs": "^1.11.18", "dompurify": "^3.0.9", "file-saver": "^2.0.5", - "js-yaml": "3.13.1", + "js-yaml": "3.15.0", "lodash-es": "^4.17.21", "node-forge": "^0.10.0", "react-notification-system": "^0.4.0",