Files
haydenbleasel__ultracite/apps/docs/package.json
T
Hayden Bleasel b9875f9998 Update blume to 1.6.6 and express-rate-limit to 8.7.0 in the docs site
blume 1.6.6 drops image-size, which has two unfixed DoS advisories, and
express-rate-limit 8.7.0 lifts the exact ip-address@10.0.1 pin that kept
the docs audit blocked. That clears four of the seven remaining findings.

The last three (lodash-es via mermaid > chevrotain, path-to-regexp via
@astrojs/vercel > @vercel/routing-utils) have no in-range fix and were
triaged as not reachable in haydenbleasel/blume#255 and #256.

Resolves #809
2026-09-13 19:50:44 -07:00

18 lines
296 B
JSON

{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "blume dev",
"build": "blume build",
"audit": "blume audit",
"deploy": "wrangler deploy"
},
"dependencies": {
"blume": "^1.6.6"
},
"devDependencies": {
"wrangler": "^4.129.1"
}
}