-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
47 lines (43 loc) · 1.14 KB
/
pnpm-workspace.yaml
File metadata and controls
47 lines (43 loc) · 1.14 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
packages:
- lib/cli
- lib/core
- lib/python-sdk
- lib/changelog-emitter
- lib/ts-sdk
- website
overrides:
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1"
axios@<=1.13.4: ">=1.13.5"
devalue@<=5.6.2: ">=5.6.3"
diff@<8.0.3: ">=8.0.3"
dompurify@>=3.1.3 <3.2.7: ">=3.2.7"
fast-xml-parser@<5.3.8: ">=5.3.8"
glob@>=10.2.0 <10.5.0: ">=10.5.0"
immutable@>=4.0.0 <4.3.8: ">=4.3.8"
lodash@>=4.0.0 <=4.17.22: ">=4.17.23"
minimatch@<10.2.3: ">=10.2.3"
qs@<6.14.1: ">=6.14.2"
rollup@>=4.0.0 <4.59.0: ">=4.59.0"
svgo@=4.0.0: ">=4.0.1"
tar@<=7.5.10: ">=7.5.11"
undici@>=7.0.0 <7.18.2: ">=7.18.2"
auditConfig:
ignoreGhsas:
- GHSA-2g4f-4pwh-qvx6
# dompurify XSS via swagger-ui-react — no patched version exists yet (patched: <0.0.0)
- GHSA-v2wj-7wpq-c8vv
catalog:
"@types/node": ^20.19.23
"@typespec/compiler": ^1.9.0
"@typespec/http": ^1.9.0
"@typespec/json-schema": ^1.9.0
"@typespec/openapi": ^1.9.0
"@typespec/openapi3": ^1.9.0
"@typespec/rest": ^0.79.0
"@typespec/versioning": ^0.79.0
"@vitest/coverage-v8": ^3.2.4
eslint-plugin-vitest: ^0.5.4
vitest: ^3.2.4
catalogs:
website:
vitest: ^4.0.17