-
Notifications
You must be signed in to change notification settings - Fork 285
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 KB
/
package.json
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
{
"name": "si",
"version": "1.0.0",
"description": "SI monorepo",
"scripts": {
"dev:auth": "pnpm run --filter=\"@si/auth-portal\" --filter=\"@si/auth-api\" dev",
"dev:auth-api": "pnpm run --filter=\"@si/auth-api\" dev",
"dev:auth-portal": "pnpm run --filter=\"@si/auth-portal\" dev",
"preinstall": "npx only-allow pnpm",
"nodev": "node -v",
"whichnode": "which node"
},
"engines": {
"node": ">=18 <19"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"axios@<0.28.0": "^0.28.0"
}
},
"@pnpm.overrides-comments": [
"Upgrade transitive dependencies with PNPM",
"",
"See: https://blog.logto.io/pnpm-upgrade-transitive-dependencies",
"",
"",
"@axios@<0.28.0:",
" Pinned to 0.28.0 to address:",
" https://github.com/advisories/GHSA-wf5p-g6vw-rhxx",
"",
" This old version is pulled in transitively via:",
" - [email protected]",
" - [email protected]",
"",
" An effort should be made to upgrade these increasingly old package",
" versions."
]
}