From 38ce55e7556cff7cc9097d5343dd032146422579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 22:03:48 +0000 Subject: [PATCH] build(deps): bump js-yaml from 5.0.0 to 5.1.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.0.0 to 5.1.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.0.0...5.1.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.1.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 09a0ef7..fb450fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^3.0.1", - "js-yaml": "^5.0.0" + "js-yaml": "^5.1.0" }, "devDependencies": { "@commitlint/cli": "^21.0.2", @@ -2760,9 +2760,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.0.0.tgz", - "integrity": "sha512-GSvaPUbk1U+FMZ7rJzF+F8e5YVtu7KnD40et/5rBXXRBv2jCO9L3qCewvIDDdudC0QycTFlf6EAA+h3kxBsuUw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.1.0.tgz", + "integrity": "sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index fd08f36..5141780 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ }, "dependencies": { "@actions/core": "^3.0.1", - "js-yaml": "^5.0.0" + "js-yaml": "^5.1.0" } }