security: clear twenty-apps & seed-dependencies CVE alerts (#21410)

Clears the Oneleet/dependency CVE alerts from the `twenty-apps`
example/internal app lockfiles and the application-package
`seed-dependencies` template — all via parent/direct dependency
upgrades, **no `resolutions` overrides**.

## Lock refresh (non-breaking, within existing ranges)
- **postcss** 8.5.8/8.5.9 → 8.5.15 — CVE-2026-41305 — postcard,
hello-world, self-hosting
- **ip-address** 10.1.0 → 10.2.0 — CVE-2026-42338 — postcard,
hello-world, self-hosting, twenty-for-twenty
- **yaml** 1.10.2 → 1.10.3 — CVE-2026-33532 — call-recording

## seed-dependencies (direct/parent bumps)
- **uuid** `^10.0.0 → ^11.1.1` (direct) — CVE-2026-41907
- **body-parser** `^1.20.4 → ^1.20.5`, which pulls **qs** 6.15.2 —
CVE-2026-8723
- **socks** 2.8.3 → 2.8.9 (refresh), which pulls **ip-address** 10.2.0 —
CVE-2026-42338

## twenty-for-twenty
- **resend** 6.12.0 → 6.12.4 (refresh): 6.12.4 drops the `svix` dep that
pulled the vulnerable **uuid** 10.0.0, leaving only uuid 13.0.2 —
CVE-2026-41907

All flagged packages were transitive (except the direct seed-deps
`uuid`); no app source changes.
This commit is contained in:
Charles Bochet
2026-06-10 17:02:51 +02:00
committed by GitHub
parent a825dcf2cc
commit 6e147a548b
7 changed files with 50 additions and 50 deletions
@@ -18,7 +18,7 @@
"archiver": "^7.0.1",
"axios": "^1.16.1",
"bcrypt": "^6.0.0",
"body-parser": "^1.20.4",
"body-parser": "^1.20.5",
"deep-equal": "^2.2.3",
"jsonwebtoken": "^9.0.2",
"lodash.camelcase": "^4.3.0",
@@ -666,9 +666,9 @@ __metadata:
languageName: node
linkType: hard
"body-parser@npm:^1.20.4":
version: 1.20.4
resolution: "body-parser@npm:1.20.4"
"body-parser@npm:^1.20.5":
version: 1.20.5
resolution: "body-parser@npm:1.20.5"
dependencies:
bytes: "npm:~3.1.2"
content-type: "npm:~1.0.5"
@@ -678,11 +678,11 @@ __metadata:
http-errors: "npm:~2.0.1"
iconv-lite: "npm:~0.4.24"
on-finished: "npm:~2.4.1"
qs: "npm:~6.14.0"
qs: "npm:~6.15.1"
raw-body: "npm:~2.5.3"
type-is: "npm:~1.6.18"
unpipe: "npm:~1.0.0"
checksum: 10c0/569c1e896297d1fcd8f34026c8d0ab70b90d45343c15c5d8dff5de2bad08125fc1e2f8c2f3f4c1ac6c0caaad115218202594d37dcb8d89d9b5dcae1c2b736aa9
checksum: 10c0/ad777ca5e4711eae253c93f50fdc4608c60b76a9710d79e5e5b84581c76691e6ad21ecc9158986d9ea2b365df73e403ca33c27a8bccc1a7cfc2ccc248548118d
languageName: node
linkType: hard
@@ -2393,12 +2393,12 @@ __metadata:
languageName: node
linkType: hard
"qs@npm:~6.14.0":
version: 6.14.2
resolution: "qs@npm:6.14.2"
"qs@npm:~6.15.1":
version: 6.15.2
resolution: "qs@npm:6.15.2"
dependencies:
side-channel: "npm:^1.1.0"
checksum: 10c0/646110124476fc9acf3c80994c8c3a0600cbad06a4ede1c9e93341006e8426d64e85e048baf8f0c4995f0f1bf0f37d1f3acc5ec1455850b81978792969a60ef6
checksum: 10c0/e6fd5f6f0aab06d480fe9ab15cebfc4ce4235303e2f91dc69a8f7f4df1e668a61c11d1cfbabacf4295cbbeb7b670ed23db45307480726259761f98e5695e93a7
languageName: node
linkType: hard
@@ -2510,7 +2510,7 @@ __metadata:
archiver: "npm:^7.0.1"
axios: "npm:^1.16.1"
bcrypt: "npm:^6.0.0"
body-parser: "npm:^1.20.4"
body-parser: "npm:^1.20.5"
deep-equal: "npm:^2.2.3"
jsonwebtoken: "npm:^9.0.2"
lodash.camelcase: "npm:^4.3.0"