The wikidata-query-gui still uses grunt to run its tests, build itself, and deploy itself.
Some packages in this pipeline are completely unmaintained like grunt-usemin.
grunt-usemin has a old version of lodash in its dependency chain which causes security alerts in npm audit due to Prototype Pollution.
While this is not a security issue for us, it is noise in the npm audit reports and the weekly dependabot security emails.
Acceptance Criteria:
- packages used as part of the build tooling are up to date per npm audit