From edfbc8f6a3ad28d2bd0a7ca367ec8d3078d66841 Mon Sep 17 00:00:00 2001 From: "backstage-bw[bot]" <125607487+backstage-bw[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 14:03:05 +0000 Subject: [PATCH 1/2] SWI-2827: add .bandwidth/component.yaml --- .bandwidth/component.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .bandwidth/component.yaml diff --git a/.bandwidth/component.yaml b/.bandwidth/component.yaml new file mode 100644 index 000000000000..fe297ae867ee --- /dev/null +++ b/.bandwidth/component.yaml @@ -0,0 +1,19 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + schemaVersion: v1.0.0 + name: openclaw + description: Forked from https://github.com/openclaw/openclaw + annotations: + github.com/project-slug: Bandwidth/openclaw + organization: BW + costCenter: Development - Software Infra + platformType: N/A + buildPlatform: GitHub Actions +spec: + type: Service + owner: github/band-swi + lifecycle: Prototype + dependsOn: + - resource:platform/GitHub Actions + - resource:cost-center/Development - Software Infra From 14414cb1d74bcad404a447a712f5d2519cbf08e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2026 19:56:24 +0000 Subject: [PATCH 2/2] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YAML-15765520 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e70c7dc3061f..6afa8c6af7c5 100644 --- a/package.json +++ b/package.json @@ -717,7 +717,7 @@ "undici": "^7.24.4", "uuid": "^11.1.0", "ws": "^8.19.0", - "yaml": "^2.8.2", + "yaml": "^2.8.3", "zod": "^4.3.6" }, "devDependencies": {