-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.19 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "miru-docs",
"private": true,
"packageManager": "pnpm@10.17.0",
"scripts": {
"lint": "./scripts/lint.sh",
"test:lint": "./tests/test-lint.sh"
},
"devDependencies": {
"cspell": "9.7.0",
"eslint": "10.1.0",
"eslint-plugin-mdx": "3.7.0",
"mint": "4.2.447"
},
"pnpm": {
"overrides": {
"axios": ">=1.13.5",
"basic-ftp": ">=5.2.0",
"body-parser": ">=1.20.3",
"cookie": ">=0.7.0",
"express": ">=4.20.0",
"flatted": ">=3.4.2",
"glob": ">=10.5.0",
"js-yaml": ">=4.1.1",
"lodash": ">=4.17.23",
"mdast-util-to-hast": ">=13.2.1",
"minimatch": ">=9.0.7",
"picomatch": ">=4.0.4",
"smol-toml": ">=1.6.1",
"yaml": ">=2.8.3",
"brace-expansion": ">=5.0.5",
"path-to-regexp": ">=0.1.12",
"qs": ">=6.14.2",
"send": ">=0.19.0",
"serve-static": ">=1.16.0",
"socket.io-parser": ">=4.2.6",
"zod": ">=3.22.3"
},
"auditConfig": {
"ignoreCves": [
"CVE-2024-28863",
"CVE-2026-23745",
"CVE-2026-23950",
"CVE-2026-24842",
"CVE-2026-26960",
"CVE-2026-29786",
"CVE-2026-31802"
]
}
}
}