From e98f1f87efc6a045872f6e79da323dc4e1a9093b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:11:48 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.2.0 to 4.3.0 in /web-components Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 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 42951ca93..4a3c58487 100644 --- a/web-components/package-lock.json +++ b/web-components/package-lock.json @@ -18,7 +18,7 @@ "clsx": "^2.1.1", "date-fns": "^4.3.0", "echarts": "^6.1.0", - "js-yaml": "^4.2.0", + "js-yaml": "^4.3.0", "jsonpath": "^1.3.0", "lit": "^3.3.3", "lodash": "^4.17.23", @@ -2446,9 +2446,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.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", "funding": [ { "type": "github", diff --git a/web-components/package.json b/web-components/package.json index 9044106af..57c3eca38 100644 --- a/web-components/package.json +++ b/web-components/package.json @@ -26,7 +26,7 @@ "clsx": "^2.1.1", "date-fns": "^4.3.0", "echarts": "^6.1.0", - "js-yaml": "^4.2.0", + "js-yaml": "^4.3.0", "jsonpath": "^1.3.0", "lit": "^3.3.3", "lodash": "^4.17.23",