From 9cfb253d4af1a3a634dfd7f39d4ab7829924b5c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 11:02:52 +0000 Subject: [PATCH] chore(deps): bump js-yaml in /workspaces/orchestrator 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] --- .../plugins/orchestrator-common/package.json | 2 +- .../package.json | 2 +- workspaces/orchestrator/yarn.lock | 15 +++++++++++++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/workspaces/orchestrator/plugins/orchestrator-common/package.json b/workspaces/orchestrator/plugins/orchestrator-common/package.json index 3def8b1321..7c3a0d9a50 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-common/package.json @@ -59,7 +59,7 @@ "@backstage/types": "^1.2.2", "@serverlessworkflow/sdk-typescript": "^0.8.4", "axios": "^1.11.0", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.1" }, "devDependencies": { "@backstage/cli": "^0.34.5", diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json index 4a9b7d9068..d631f98e69 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json @@ -62,7 +62,7 @@ "@backstage/types": "^1.2.2", "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^", "axios": "^1.11.0", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.1" }, "devDependencies": { "@backstage/cli": "^0.34.5", diff --git a/workspaces/orchestrator/yarn.lock b/workspaces/orchestrator/yarn.lock index 53c7041567..6ff1a29144 100644 --- a/workspaces/orchestrator/yarn.lock +++ b/workspaces/orchestrator/yarn.lock @@ -12728,7 +12728,7 @@ __metadata: "@serverlessworkflow/sdk-typescript": ^0.8.4 "@types/json-schema": 7.0.15 axios: ^1.11.0 - js-yaml: ^4.1.0 + js-yaml: ^4.1.1 js-yaml-cli: ^0.6.0 languageName: unknown linkType: soft @@ -12888,7 +12888,7 @@ __metadata: "@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^" "@spotify/prettier-config": ^15.0.0 axios: ^1.11.0 - js-yaml: ^4.1.0 + js-yaml: ^4.1.1 languageName: unknown linkType: soft @@ -26911,6 +26911,17 @@ __metadata: languageName: node linkType: hard +"js-yaml@npm:^4.1.1": + version: 4.1.1 + resolution: "js-yaml@npm:4.1.1" + dependencies: + argparse: ^2.0.1 + bin: + js-yaml: bin/js-yaml.js + checksum: ea2339c6930fe048ec31b007b3c90be2714ab3e7defcc2c27ebf30c74fd940358f29070b4345af0019ef151875bf3bc3f8644bea1bab0372652b5044813ac02d + languageName: node + linkType: hard + "js-yaml@npm:~ 3.0.1": version: 3.0.2 resolution: "js-yaml@npm:3.0.2"