From cd1785e6c005b17d10893cdacb3b2280ee68bd32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 07:57:59 +0000 Subject: [PATCH] chore(deps-dev): bump js-yaml in the development-dependencies group Bumps the development-dependencies group with 1 update: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 5.4.1 to 5.4.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.4.1...5.4.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd84f3464a..a5838d3786 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "happy-dom": "20.14.5", "hast-util-to-string": "3.0.1", "htmlhint": "1.9.2", - "js-yaml": "5.4.1", + "js-yaml": "5.4.2", "json-schema-to-typescript": "16.0.0", "jszip": "3.10.2", "knip": "6.35.1", @@ -8609,9 +8609,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.1.tgz", - "integrity": "sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.2.tgz", + "integrity": "sha512-m+aqu+LwO1O6sIopafj8HUVl5aawITwZQe/yHpMCKjaWBaA/d07B/QdMb3529REftiU+RMMHL3Vlsw3hON7vWg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 9fd8aeecc8..03d98a6ffb 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,7 @@ "happy-dom": "20.14.5", "hast-util-to-string": "3.0.1", "htmlhint": "1.9.2", - "js-yaml": "5.4.1", + "js-yaml": "5.4.2", "json-schema-to-typescript": "16.0.0", "jszip": "3.10.2", "knip": "6.35.1",