fix(pnpm): 修复@achrinza/node-ipc的安全版本问题
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

通过pnpm overrides将@achrinza/node-ipc强制升级到>=9.2.7版本,更新lockfile中的依赖版本记录。
This commit is contained in:
2026-06-02 15:10:45 +08:00
parent df11ca0db6
commit e0d2c7c886
2 changed files with 17 additions and 5 deletions

View File

@@ -97,5 +97,10 @@
},
"volta": {
"node": "18.16.0"
},
"pnpm": {
"overrides": {
"@achrinza/node-ipc": ">=9.2.7"
}
}
}