From dbee736a34d22d7938a385ce46ad3265e795cd45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 01:56:32 +0000 Subject: [PATCH] Bump js-yaml from 4.1.0 to 4.1.1 in /cluster/pulumi 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 ... Signed-off-by: dependabot[bot] --- cluster/pulumi/common/package.json | 2 +- cluster/pulumi/gha/package.json | 2 +- cluster/pulumi/package-lock.json | 11 ++++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/cluster/pulumi/common/package.json b/cluster/pulumi/common/package.json index 3d1f8d4140..c04964934c 100644 --- a/cluster/pulumi/common/package.json +++ b/cluster/pulumi/common/package.json @@ -15,7 +15,7 @@ "auth0": "^4.28.0", "dotenv": "^16.4.5", "dotenv-expand": "^11.0.6", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "lodash": "^4.17.21", "node-fetch": "^2.7.0", "ts-node": "^10.9.2", diff --git a/cluster/pulumi/gha/package.json b/cluster/pulumi/gha/package.json index d003c4c2c9..c6610122bf 100644 --- a/cluster/pulumi/gha/package.json +++ b/cluster/pulumi/gha/package.json @@ -4,7 +4,7 @@ "main": "src/index.ts", "dependencies": { "@lfdecentralizedtrust/splice-pulumi-common": "1.0.0", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.1" }, "scripts": { "fix": "npm run format:fix && npm run lint:fix", diff --git a/cluster/pulumi/package-lock.json b/cluster/pulumi/package-lock.json index 6aa09033ce..a333c9498c 100644 --- a/cluster/pulumi/package-lock.json +++ b/cluster/pulumi/package-lock.json @@ -94,7 +94,7 @@ "auth0": "^4.28.0", "dotenv": "^16.4.5", "dotenv-expand": "^11.0.6", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "lodash": "^4.17.21", "node-fetch": "^2.7.0", "ts-node": "^10.9.2", @@ -156,7 +156,7 @@ "version": "1.0.0", "dependencies": { "@lfdecentralizedtrust/splice-pulumi-common": "1.0.0", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.1" }, "devDependencies": { "@types/js-yaml": "^4.0.5" @@ -6009,9 +6009,10 @@ "dev": true }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", "dependencies": { "argparse": "^2.0.1" },