about summary refs log tree commit diff
path: root/package-lock.json
AgeCommit message (Collapse)AuthorLines
2025-09-09Update `browser-ui-test` version to `0.22.2`Guillaume Gomez-4/+4
2025-09-06Update `browser-ui-test` version to `0.22.0`Guillaume Gomez-448/+25
2025-08-30Update `browser-ui-test` version to `0.21.3`Guillaume Gomez-2/+2
2025-07-19tidy: use a lockfile for js tools instead of npxbinarycat-0/+3232
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.