Skip to content

Commit ce4d509

Browse files
brunojppbtajo
andauthored
Fix koa vulnerability - Update to 2.15.4 (#600)
* Update koa to fix vulnerability * Update actions/upload to v4 * Generate changeset file --------- Co-authored-by: Vojtech Miksu <[email protected]>
1 parent 189cd5a commit ce4d509

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

.changeset/spotty-wombats-look.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@ladle/react": patch
3+
---
4+
5+
Update Koa to fix Vulnerability [CVE-2025-25200](https://nvd.nist.gov/vuln/detail/CVE-2025-25200)
6+
Update [actions/upload-artifact](https://github.com/actions/upload-artifact) from v3 to v4

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
- uses: actions/upload-artifact@v4
5757
if: always()
5858
with:
59-
name: playwright-report
60-
path: playwright-report/
59+
name: playwright-report-${{ matrix.runs-on }}
60+
path: playwright-report-${{ matrix.runs-on }}/
6161
retention-days: 30

packages/ladle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"get-port": "^7.1.0",
5959
"globby": "^14.0.2",
6060
"history": "^5.3.0",
61-
"koa": "^2.15.3",
61+
"koa": "^2.15.4",
6262
"koa-connect": "^2.1.0",
6363
"lodash.merge": "^4.6.2",
6464
"msw": "^2.7.0",

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)