Skip to content

Commit 6d92b5f

Browse files
committed
chore(deps): patch all 54 Dependabot security alerts
Bumped pnpm overrides and direct deps to address open Dependabot alerts (1 critical, 25 high, 26 moderate, 2 low). Highlights: - simple-git >=3.32.3 (CRITICAL - bypass enabling RCE) - @angular/{core,compiler} ^19.2.20 (XSS in i18n) - hono ^4.12.7, @hono/node-server >=1.19.10 (multiple) - vite ^7.3.2, undici ^7.24.0 (multiple) - next >=15.5.14, fastify >=5.8.3, elysia >=1.4.27 - h3 >=1.15.9, defu >=6.1.5, srvx >=0.11.13 - tar >=7.5.11, node-forge >=1.4.0, picomatch >=4.0.4 - path-to-regexp >=8.4.0, serialize-javascript >=7.0.5 - lodash >=4.18.1, brace-expansion >=5.0.5, immutable >=5.1.5 - svgo >=4.0.1, file-type, unhead, devalue, yaml >=2.8.3 Also bumped: - vitest in @logtide/cli and @logtide/sdk-node from 1.x/2.x to ^3.0.0 to be compatible with the newer vite required by the override - elysia/file-type pinned as direct devDep in @logtide/elysia to upgrade an auto-installed peer that overrides cannot reach Verification: pnpm audit clean (no known vulnerabilities), pnpm build, pnpm test (316 tests across 13 packages), and pnpm typecheck all green.
1 parent 2fdfbf1 commit 6d92b5f

6 files changed

Lines changed: 968 additions & 1254 deletions

File tree

package.json

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,42 @@
1616
},
1717
"pnpm": {
1818
"overrides": {
19-
"tar": ">=7.5.8",
19+
"tar": ">=7.5.11",
2020
"esbuild": ">=0.25.0",
2121
"webpack": ">=5.104.1",
2222
"cookie": ">=0.7.0",
2323
"minimatch": ">=10.2.3",
2424
"rollup": ">=4.59.0",
2525
"ajv": ">=8.18.0",
2626
"qs": ">=6.14.2",
27-
"devalue": ">=5.6.3",
28-
"hono": "^4.11.10",
29-
"@angular/core": "^19.2.19",
27+
"devalue": ">=5.6.4",
28+
"hono": "^4.12.7",
29+
"@angular/core": "^19.2.20",
30+
"@angular/compiler": "^19.2.20",
3031
"@sveltejs/kit": "^2.52.2",
3132
"svelte": "^5.53.5",
32-
"nanotar": "^0.2.1"
33+
"nanotar": "^0.2.1",
34+
"simple-git": ">=3.32.3",
35+
"@hono/node-server": ">=1.19.10",
36+
"defu": ">=6.1.5",
37+
"elysia": ">=1.4.27",
38+
"h3": ">=1.15.9",
39+
"immutable": ">=5.1.5",
40+
"lodash": ">=4.18.1",
41+
"node-forge": ">=1.4.0",
42+
"path-to-regexp": ">=8.4.0",
43+
"picomatch": ">=4.0.4",
44+
"serialize-javascript": ">=7.0.5",
45+
"svgo": ">=4.0.1",
46+
"undici": "^7.24.0",
47+
"vite": "^7.3.2",
48+
"brace-expansion": ">=5.0.5",
49+
"fastify": ">=5.8.3",
50+
"file-type": ">=21.3.2",
51+
"next": ">=15.5.14",
52+
"srvx": ">=0.11.13",
53+
"unhead": ">=2.1.11",
54+
"yaml": ">=2.8.3"
3355
}
3456
}
3557
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/node": "^20.14.15",
4747
"tsup": "^8.5.1",
4848
"typescript": "^5.5.4",
49-
"vitest": "^2.1.8"
49+
"vitest": "^3.0.0"
5050
},
5151
"engines": {
5252
"node": ">=18.0.0"

packages/elysia/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"devDependencies": {
5252
"@sinclair/typebox": "^0.34.48",
5353
"elysia": "^1.2.0",
54+
"file-type": "^22.0.0",
5455
"tsup": "^8.5.1",
5556
"typescript": "^5.5.4"
5657
}

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"fastify-plugin": "^4.5.1",
7979
"tsup": "^8.5.1",
8080
"typescript": "^5.5.4",
81-
"vitest": "^1.6.0"
81+
"vitest": "^3.0.0"
8282
},
8383
"peerDependencies": {
8484
"express": "^4.0.0 || ^5.0.0",

0 commit comments

Comments
 (0)