From 307615a3ad3deeded83241e5a9543419852e25a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:29:06 +0000 Subject: [PATCH] Bump js-yaml in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `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:development dependency-group: npm_and_yarn ... 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 0cb131a3..1bcb69e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", "jest": "^30.2.0", - "js-yaml": "^4.2.0", + "js-yaml": "^4.3.0", "prettier": "^3.6.2", "remark-cli": "^12.0.1", "remark-frontmatter": "^5.0.0", @@ -6719,9 +6719,9 @@ "dev": true }, "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==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index a193fc33..0cb484cc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", "jest": "^30.2.0", - "js-yaml": "^4.2.0", + "js-yaml": "^4.3.0", "prettier": "^3.6.2", "remark-cli": "^12.0.1", "remark-frontmatter": "^5.0.0",