From d8c01b90d75be57c135b194774410a966be4acd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:25:08 +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.2.2 to 5.2.3 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.2.2...5.2.3) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.3 dependency-type: direct:production update-type: version-update:semver-patch 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 271cba4..edd6438 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.2.2" + "js-yaml": "^5.2.3" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -4392,9 +4392,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz", - "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.3.tgz", + "integrity": "sha512-n+mUVyUX5bVv7G/G2zyIHOhdxfuU1dY2NOFzTQUWiMUbFss8b57NFlgCCaggU78wSw5KVS9cllzeLyzyR+n5nw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 6b39db8..41045ac 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.2.2" + "js-yaml": "^5.2.3" }, "devDependencies": { "@eslint/js": "^10.0.1",