1
0
forked from baron/baron-sso

fix(ci): pin dependencies to resolve supply-chain policy violations

- 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.
This commit is contained in:
2026-06-04 17:50:17 +09:00
parent 5377401574
commit e5ac333efa
2 changed files with 72 additions and 118 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"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"
}
}
}