From b38958450b7a0df31789e98d5f416cc3886b80eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:08:16 +0000 Subject: [PATCH] build(deps): bump js-yaml from 4.3.0 to 4.3.1 in /console Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- console/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/package.json b/console/package.json index 6cd3ce126be9e..aaf5bbb10ec70 100644 --- a/console/package.json +++ b/console/package.json @@ -351,7 +351,7 @@ "glob": "^12.0.0", "ip-address": "^10.4.0", "js-cookie": "^3.0.7", - "js-yaml": "^4.3.0", + "js-yaml": "^4.3.1", "jsondiffpatch": "^0.7.2", "react-router": "^6.30.4", "react-router-dom": "^6.30.2",