From 7c92c6af0bc78008150e733b704d67e361f3f382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:02:37 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.2.0 to 4.3.1 in /web-components Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.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.2.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web-components/package-lock.json | 8 ++++---- web-components/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web-components/package-lock.json b/web-components/package-lock.json index 4817ff107..e53ef4440 100644 --- a/web-components/package-lock.json +++ b/web-components/package-lock.json @@ -19,7 +19,7 @@ "date-fns": "^4.3.0", "echarts": "^6.1.0", "elkjs": "^0.12.0", - "js-yaml": "^4.2.0", + "js-yaml": "^4.3.1", "jsonpath": "^1.3.0", "lit": "^3.3.3", "lodash": "^4.17.23", @@ -2474,9 +2474,9 @@ } }, "node_modules/js-yaml": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", - "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "funding": [ { "type": "github", diff --git a/web-components/package.json b/web-components/package.json index 68593a416..b1d97e2ad 100644 --- a/web-components/package.json +++ b/web-components/package.json @@ -27,7 +27,7 @@ "date-fns": "^4.3.0", "echarts": "^6.1.0", "elkjs": "^0.12.0", - "js-yaml": "^4.2.0", + "js-yaml": "^4.3.1", "jsonpath": "^1.3.0", "lit": "^3.3.3", "lodash": "^4.17.23",