Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 13 additions & 2 deletions workspaces/orchestrator/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down
Loading