Skip to content

Commit f44fda9

Browse files
authored
deps: close 14 dependabot alerts via pnpm overrides (#619)
- hono ^4.12.14 (HTML injection, cookie bypass, path traversal, IP matching, serveStatic bypass) - @hono/node-server ^1.19.13 (serveStatic bypass) - vite ^8.0.5 (fs.deny bypass, arbitrary file read, .map path traversal) - picomatch@2 ^2.3.2 + picomatch@4 ^4.0.4 (ReDoS, glob method injection) Also bumps shadcn 4.1.1 → 4.3.0 and vitest 4.1.0 → 4.1.4 as a side effect of the pnpm update that teed this up. Tests + build pass.
1 parent d85cb48 commit f44fda9

2 files changed

Lines changed: 503 additions & 488 deletions

File tree

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"rehype-slug": "^6.0.0",
2323
"remark-frontmatter": "^5.0.0",
2424
"remark-gfm": "^4.0.1",
25-
"shadcn": "^4.1.1",
25+
"shadcn": "^4.3.0",
2626
"tailwind-merge": "^3.4.0",
2727
"tw-animate-css": "^1.4.0"
2828
},
@@ -37,9 +37,9 @@
3737
"autoprefixer": "^10.4.17",
3838
"jsdom": "^28.1.0",
3939
"postcss": "^8.4.33",
40-
"tailwindcss": "^3.4.0",
40+
"tailwindcss": "^3.4.19",
4141
"typescript": "^5.3.3",
42-
"vitest": "^4.1.0"
42+
"vitest": "^4.1.4"
4343
},
4444
"homepage": "https://github.com/nteract/nteract.io#readme",
4545
"license": "BSD-3-Clause",
@@ -54,5 +54,14 @@
5454
"test": "vitest run",
5555
"test:watch": "vitest"
5656
},
57-
"packageManager": "[email protected]+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937"
57+
"packageManager": "[email protected]+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937",
58+
"pnpm": {
59+
"overrides": {
60+
"hono": "^4.12.14",
61+
"@hono/node-server": "^1.19.13",
62+
"vite": "^8.0.5",
63+
"picomatch@2": "^2.3.2",
64+
"picomatch@4": "^4.0.4"
65+
}
66+
}
5867
}

0 commit comments

Comments
 (0)