mirror of
https://github.com/cline/cline.git
synced 2026-08-30 17:20:20 +08:00
3520786f4a
* security: docs/examples/tooling hygiene sweep — lift fix-blocking pins, bump example next, workspace overrides VMP 2026-07-30 quarterly run, PR 3 of the condensed worklist (closes ~153 Vanta findings). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * chore(deps): refresh lockfiles for security updates * fix(deps): keep Discord on patched Undici 6 --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Cline Agent <cline-agent@users.noreply.github.com>
32 lines
683 B
JSON
32 lines
683 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "mintlify dev",
|
|
"check": "mintlify broken-links",
|
|
"rename": "mintlify rename"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"mintlify": "^4.2.338"
|
|
},
|
|
"overrides": {
|
|
"tar-fs": "^3.1.1",
|
|
"js-yaml": "^4.3.0",
|
|
"tar": ">=7.5.21",
|
|
"body-parser@<=1.20.3": "1.20.3",
|
|
"axios@<1.18.0": "1.18.0",
|
|
"qs": ">=6.15.2",
|
|
"express@<=4.20.0": "4.20.0",
|
|
"serve-static@<=1.16.0": "1.16.0",
|
|
"send@<=0.19.0": "0.19.0",
|
|
"path-to-regexp@<=0.1.12": "0.1.12",
|
|
"cookie@<=0.7.0": "0.7.0"
|
|
}
|
|
}
|