Skip to content

Commit 1c95761

Browse files
author
ElasticClaw Factory
committed
fix: bump js-yaml and brace-expansion in kurl-addon-kots-publisher action
CVE fixes: - js-yaml ^4.3.0 -> ^4.3.1 (CVE-2026-59870) - brace-expansion ^2.1.2 -> ^2.1.4 (GHSA-rgw5-rvv9-x895) Tests pass and npm audit reports 0 vulnerabilities.
1 parent 9d6df30 commit 1c95761

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/actions/kurl-addon-kots-publisher/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/kurl-addon-kots-publisher/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"glob": "^10.5.0",
3030
"@actions/http-client": "^4.0.0",
3131
"serialize-javascript": "^7.0.5",
32-
"brace-expansion": "^2.1.2",
32+
"brace-expansion": "^2.1.4",
3333
"diff": "^8.0.3",
3434
"undici": "^6.27.0",
35-
"js-yaml": "^4.3.0"
35+
"js-yaml": "^4.3.1"
3636
}
3737
}

0 commit comments

Comments
 (0)