From 032dd5feb3320974ce9245366adebdaed04fae3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 13:24:08 +0000 Subject: [PATCH] Bump js-yaml from 5.3.0 to 5.4.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.3.0 to 5.4.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.3.0...5.4.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.4.0 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 2a7fbcc..34aef54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "fast-xml-parser": "^5.9.3", "filesize": "^11.0.22", "github-publish": "^6.0.0", - "js-yaml": "^5.3.0", + "js-yaml": "^5.4.0", "kleur": "^4.1.5", "posthtml": "^0.16.7", "prettier": "^3.8.4", @@ -474,9 +474,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.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.0.tgz", + "integrity": "sha512-jE7vUJIebKzYQI5xu4co5CRBDlDEYnHrdzsxs4O2giCz4v2SbVMYKpmt1D9L38OKQAeCWmrOTRiCV93u0UkaJA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 5c4ddd0..3c8654f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "fast-xml-parser": "^5.9.3", "filesize": "^11.0.22", "github-publish": "^6.0.0", - "js-yaml": "^5.3.0", + "js-yaml": "^5.4.0", "kleur": "^4.1.5", "posthtml": "^0.16.7", "prettier": "^3.8.4",