Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
dependencies: overwrite the dependency of puppeteer-har to address …
Browse files Browse the repository at this point in the history
…`npm audit` warnings
  • Loading branch information
rriemann committed May 30, 2024
1 parent 974e08a commit 7c9346f
Show file tree
Hide file tree
Showing 4 changed files with 297 additions and 422 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## HEAD

* fix: WEC failed to extract links from some websites, error: Cannot read properties of undefined (reading 'startsWith')
* dependencies: overwrite the dependency of `puppeteer-har` to address `npm audit` warnings

## 2.1.2 / 2024-04-25

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Please find a collection of frequently asked questions with answers in [FAQ.md](
- client-side redirects using e.g. `<meta http-equiv="refresh" content="1;URL='https://example.com'"/>` are followed, but not mentioned in the output
- in releases after v1.0.0, the option `--quiet` has no effect any longer – instead debug output is printed to STDERR and can only be disregarded with `2> /dev/null`
- the library `got` does not support the `require()` syntax anylonger since version 12; it seems all use of `require()` must be migrated to `import` for all packages
- the library `puppeteer-har` is basically unmaintained and should be replaced by a fork. https://github.com/auteon/puppeteer-har/ provides a good starting point, but yields an install error as drop-in-replacement

## Third-Party Software

Expand Down
Loading

0 comments on commit 7c9346f

Please sign in to comment.