Files
BetterDesk/package.json
UNITRONIX 655e20f512 chore: update dependencies and enhance security measures
- 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.
2026-07-12 21:36:53 +02:00

9 lines
152 B
JSON

{
"scripts": {
"i18n:check": "node web-nodejs/scripts/i18n-check.js --system web-nodejs"
},
"devDependencies": {
"vitest": "^3.2.5"
}
}