From 85722a41df8d472112e02499fa68ea40bdb26375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 21:36:41 +0000 Subject: [PATCH] Bump js-yaml from 4.2.0 to 4.3.2 in /gha-scripts Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 4.3.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...4.3.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gha-scripts/package-lock.json | 8 ++++---- gha-scripts/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gha-scripts/package-lock.json b/gha-scripts/package-lock.json index 2c43862448f..7c4902f3ba8 100644 --- a/gha-scripts/package-lock.json +++ b/gha-scripts/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@canton-network/gha-scripts", "dependencies": { - "js-yaml": "^4.2.0" + "js-yaml": "^4.3.2" }, "devDependencies": { "@actions/core": "^3.0.1", @@ -753,9 +753,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", - "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz", + "integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==", "funding": [ { "type": "github", diff --git a/gha-scripts/package.json b/gha-scripts/package.json index 3a3c32efa5d..6243d51d1b3 100644 --- a/gha-scripts/package.json +++ b/gha-scripts/package.json @@ -7,7 +7,7 @@ "build:parse_backport_comments": "npx esbuild src/actions/parse_backport_comments.ts --outfile=actions/parse_backport_comments/index.js --bundle --platform=node --format=cjs" }, "dependencies": { - "js-yaml": "^4.2.0" + "js-yaml": "^4.3.2" }, "devDependencies": { "@actions/core": "^3.0.1",