From 3c934c4a37ce4e9e822089871b5ae08d2cf75f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 08:15:44 +0000 Subject: [PATCH] Bump js-yaml from 5.3.0 to 5.4.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.3.0 to 5.4.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.3.0...5.4.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... 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 159add3b..5d3fef66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-plugin-prettier": "^5.5.6", "globals": "^17.11.0", "jest": "^30.4.2", - "js-yaml": "^5.3.0", + "js-yaml": "^5.4.1", "make-coverage-badge": "^1.2.0", "prettier": "^3.9.6", "prettier-eslint": "^17.1.2", @@ -6532,9 +6532,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.3.0.tgz", - "integrity": "sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.1.tgz", + "integrity": "sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index b5d8f173..8fb27d69 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "eslint-plugin-prettier": "^5.5.6", "globals": "^17.11.0", "jest": "^30.4.2", - "js-yaml": "^5.3.0", + "js-yaml": "^5.4.1", "make-coverage-badge": "^1.2.0", "prettier": "^3.9.6", "prettier-eslint": "^17.1.2",