Skip to content

Commit c8b3a2d

Browse files
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](nodeca/js-yaml@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] <[email protected]>
1 parent fcefd94 commit c8b3a2d

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

workspaces/orchestrator/plugins/orchestrator-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@backstage/types": "^1.2.2",
6060
"@serverlessworkflow/sdk-typescript": "^0.8.4",
6161
"axios": "^1.11.0",
62-
"js-yaml": "^4.1.0"
62+
"js-yaml": "^4.1.1"
6363
},
6464
"devDependencies": {
6565
"@backstage/cli": "^0.34.5",

workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@backstage/types": "^1.2.2",
6363
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^",
6464
"axios": "^1.11.0",
65-
"js-yaml": "^4.1.0"
65+
"js-yaml": "^4.1.1"
6666
},
6767
"devDependencies": {
6868
"@backstage/cli": "^0.34.5",

workspaces/orchestrator/yarn.lock

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12728,7 +12728,7 @@ __metadata:
1272812728
"@serverlessworkflow/sdk-typescript": ^0.8.4
1272912729
"@types/json-schema": 7.0.15
1273012730
axios: ^1.11.0
12731-
js-yaml: ^4.1.0
12731+
js-yaml: ^4.1.1
1273212732
js-yaml-cli: ^0.6.0
1273312733
languageName: unknown
1273412734
linkType: soft
@@ -12888,7 +12888,7 @@ __metadata:
1288812888
"@red-hat-developer-hub/backstage-plugin-orchestrator-common": "workspace:^"
1288912889
"@spotify/prettier-config": ^15.0.0
1289012890
axios: ^1.11.0
12891-
js-yaml: ^4.1.0
12891+
js-yaml: ^4.1.1
1289212892
languageName: unknown
1289312893
linkType: soft
1289412894

@@ -26936,6 +26936,17 @@ __metadata:
2693626936
languageName: node
2693726937
linkType: hard
2693826938

26939+
"js-yaml@npm:^4.1.1":
26940+
version: 4.1.1
26941+
resolution: "js-yaml@npm:4.1.1"
26942+
dependencies:
26943+
argparse: ^2.0.1
26944+
bin:
26945+
js-yaml: bin/js-yaml.js
26946+
checksum: ea2339c6930fe048ec31b007b3c90be2714ab3e7defcc2c27ebf30c74fd940358f29070b4345af0019ef151875bf3bc3f8644bea1bab0372652b5044813ac02d
26947+
languageName: node
26948+
linkType: hard
26949+
2693926950
"js-yaml@npm:~ 3.0.1":
2694026951
version: 3.0.2
2694126952
resolution: "js-yaml@npm:3.0.2"

0 commit comments

Comments
 (0)