mirror of
https://github.com/haydenbleasel/ultracite.git
synced 2026-09-18 19:55:04 +08:00
b9875f9998
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
18 lines
296 B
JSON
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"
|
|
}
|
|
}
|