From 6fc03fcb4968aca8e010c49051fa079b08e61b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:05:21 +0000 Subject: [PATCH] Bump js-yaml from 5.2.3 to 5.4.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.3 to 5.4.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.2.3...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 4e29782..d22f23a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^9.1.1", "@rollup/plugin-json": "^6.1.0", "@types/js-yaml": "^4.0.9", - "js-yaml": "^5.2.3", + "js-yaml": "^5.4.1", "openai": "^7.4.0" }, "devDependencies": { @@ -13372,9 +13372,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.3.tgz", - "integrity": "sha512-n+mUVyUX5bVv7G/G2zyIHOhdxfuU1dY2NOFzTQUWiMUbFss8b57NFlgCCaggU78wSw5KVS9cllzeLyzyR+n5nw==", + "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 ef6f4be..8cd6c3f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@actions/github": "^9.1.1", "@rollup/plugin-json": "^6.1.0", "@types/js-yaml": "^4.0.9", - "js-yaml": "^5.2.3", + "js-yaml": "^5.4.1", "openai": "^7.4.0" }, "devDependencies": {