From 853c36fd7a30e1f8aee128646320c383e56b2a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 03:33:46 +0000 Subject: [PATCH] Bump js-yaml from 4.0.0 to 4.1.1 in /.github/actions/issue_template_bot Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.0.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.0.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .github/actions/issue_template_bot/package-lock.json | 9 +++++---- .github/actions/issue_template_bot/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/actions/issue_template_bot/package-lock.json b/.github/actions/issue_template_bot/package-lock.json index b0c98aef76..c19f3b0934 100644 --- a/.github/actions/issue_template_bot/package-lock.json +++ b/.github/actions/issue_template_bot/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@types/js-yaml": "^4.0.0", "@vercel/ncc": "^0.24.1", - "js-yaml": "^4.0.0", + "js-yaml": "^4.1.1", "typescript": "^4.0.5" } }, @@ -249,10 +249,11 @@ "license": "ISC" }, "node_modules/js-yaml": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", - "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, diff --git a/.github/actions/issue_template_bot/package.json b/.github/actions/issue_template_bot/package.json index 6f90c1f189..431563c81f 100644 --- a/.github/actions/issue_template_bot/package.json +++ b/.github/actions/issue_template_bot/package.json @@ -10,7 +10,7 @@ "devDependencies": { "@types/js-yaml": "^4.0.0", "@vercel/ncc": "^0.24.1", - "js-yaml": "^4.0.0", + "js-yaml": "^4.1.1", "typescript": "^4.0.5" }, "scripts": {