The brotli dependency is used for the homonym generic-purpose lossless compression algorithm.
The tools/dep_updaters/update-brotli.sh
script automates the update of the
brotli source files.
Check that Node.js still builds and tests.
- Add brotli:
$ git add deps/brotli
- Commit the changes:
git commit
. - Add a message like:
deps: update brotli to <version> Updated as described in doc/contributing/maintaining-brotli.md.