From 0c25ebad23362c94aa61e8b62a52ed8432953bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:24:48 +0000 Subject: [PATCH] chore(deps):(deps): bump js-yaml in the production-dependencies group Bumps the production-dependencies group with 1 update: [js-yaml](https://github.com/nodeca/js-yaml). Updates `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 dependency-group: production-dependencies ... 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 7cdad60..ed0b01f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", "@actions/tool-cache": "^4.0.0", - "js-yaml": "^5.3.0" + "js-yaml": "^5.4.1" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -4141,9 +4141,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==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 2bd9a76..e448220 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", "@actions/tool-cache": "^4.0.0", - "js-yaml": "^5.3.0" + "js-yaml": "^5.4.1" }, "devDependencies": { "@eslint/js": "^10.0.1",