forked from baron/baron-sso
- Added pnpm overrides in root package.json to pin '@types/node', 'undici', 'electron-to-chromium', and '@csstools/css-syntax-patches-for-csstree' to versions satisfying the minimum release age policy. - Regenerated pnpm-lock.yaml with policy-compliant versions.
13 lines
249 B
JSON
13 lines
249 B
JSON
{
|
|
"name": "baron-sso-root",
|
|
"private": true,
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/node": "24.12.4",
|
|
"undici": "7.26.0",
|
|
"electron-to-chromium": "1.5.360",
|
|
"@csstools/css-syntax-patches-for-csstree": "1.1.4"
|
|
}
|
|
}
|
|
}
|