From 160d4c5e279ec0782f2c88fafefe7d4a4072366d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 15:36:58 +0000 Subject: [PATCH] build(deps): bump js-yaml from 4.1.0 to 4.1.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4d3bb13..a622cd9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@docker/actions-toolkit": "^0.63.0", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.1" }, "devDependencies": { "@eslint/compat": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 04606aa..2197b67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3569,7 +3569,7 @@ __metadata: eslint-plugin-jest: "npm:^29.5.0" eslint-plugin-prettier: "npm:^5.5.4" jest: "npm:^30.2.0" - js-yaml: "npm:^4.1.0" + js-yaml: "npm:^4.1.1" prettier: "npm:^3.7.4" ts-jest: "npm:^29.4.6" ts-node: "npm:^10.9.2"