npm audit fix

Ran the following commands:

```
$ npm audit
\# npm audit report

webpack  5.0.0 - 5.75.0
Severity: high
Cross-realm object access in Webpack 5 - https://github.com/advisories/GHSA-hc6q-2mpp-qw7j
fix available via `npm audit fix`
node_modules/webpack

1 high severity vulnerability

To address all issues, run:
  npm audit fix

$ npm audit fix
added 1 package, removed 2 packages, changed 16 packages, and audited 618 packages in 7s

59 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
```

Change-Id: I652471fc8f2a7621e1ec87704bb76c624cf0673a
1 file changed
tree: 967bbd33366fac269054779ee82171a0ec0acfc8
  1. .github/
  2. cws/
  3. docs/
  4. playbooks/
  5. roles/
  6. src/
  7. templates/
  8. tools/
  9. .babelrc
  10. .clang-format
  11. .editorconfig
  12. .eslintrc.json
  13. .gitignore
  14. .gitreview
  15. .zuul.yaml
  16. i18n-config.toml
  17. jest.config.js
  18. LICENSE
  19. lit-localize.json
  20. Makefile
  21. OWNERS
  22. package-lock.json
  23. package.json
  24. README.md
  25. tagRelease.bash
  26. webpack.config.js
README.md

TW Power Tools

Available in the Chrome Web Store

An extension which brings several enhancements to the Google Forums and the Community Console.

For a list of features/enhancements, check out the feature list doc.

Information for contributors

This extension is being actively developed, and everyone is welcome to make feature requests, report issues and contribute code changes.

In order to make feature requests or report issues, please do so at the Monorail Issue Tracker:

To see a more exhaustive guide on how to contribute, and information on how to contribute code changes, please read the following doc:

Beta channel

Before releasing updates to the stable channel, the newest versions are uploaded to the beta channel so they can be tested by everyone who's interested. This is another way to contribute to the project, because beta testing can make us notice bugs before they reach the stable channel.

The beta channel for Chrome is available here.