mirror of
https://github.com/UNITRONIX/BetterDesk.git
synced 2026-09-10 17:45:42 +00:00
655e20f512
- Bumped `vitest` and `vite` versions in both root and agent-client lockfiles. - Added `web-nodejs` overrides for `@babel/core` and `js-yaml` to address Dependabot alerts. - Implemented `NewConnLimiterFromInt` for relay per-IP limits in the Go server, removing the deprecated `deepSet` function from the patch-role-scope-i18n script. - Extended CodeQL coverage to include new query filters and improved npm audit configurations.
9 lines
152 B
JSON
9 lines
152 B
JSON
{
|
|
"scripts": {
|
|
"i18n:check": "node web-nodejs/scripts/i18n-check.js --system web-nodejs"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^3.2.5"
|
|
}
|
|
}
|