From 774e4907594fc5a587a3450dd926946f6ff1a1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:53:48 +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:production 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 bca9c02..f90efbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "elasticlunr": "^0.9.5", "eleventy-plugin-toc": "^1.1.5", "html-entities": "^2.6.0", - "js-yaml": "^5.3.0", + "js-yaml": "^5.4.1", "markdown-it-anchor": "^9.2.1", "markdown-it-attrs": "^5.0.1", "markdown-it-github-alerts": "~0.3.2", @@ -1513,9 +1513,9 @@ } }, "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==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 8e41e44..dde9d16 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "elasticlunr": "^0.9.5", "eleventy-plugin-toc": "^1.1.5", "html-entities": "^2.6.0", - "js-yaml": "^5.3.0", + "js-yaml": "^5.4.1", "markdown-it-anchor": "^9.2.1", "markdown-it-attrs": "^5.0.1", "markdown-it-github-alerts": "~0.3.2",