rust/package.json
binarycat c8e2a65ed1 tidy: use a lockfile for js tools instead of npx
this makes us less vulnerable to MITM and supply chain attacks.

it also means that the CI scripts are no longer responsible for
tracking the versions of these tools.

it should also avoid the situation where local tsc and CI
disagree on the presense of errors due to them being different versions.
2025-07-19 14:44:15 -05:00

10 lines
177 B
JSON

{
"dependencies": {
"browser-ui-test": "^0.21.1",
"es-check": "^6.2.1",
"eslint": "^8.57.1",
"eslint-js": "github:eslint/js",
"typescript": "^5.8.3"
}
}