Skip to content

Commit

Permalink
build(deps-dev): bump puppeteer from 22.6.1 to 22.7.1 (#498)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump puppeteer from 22.6.1 to 22.7.1

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.6.1 to 22.7.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v22.6.1...puppeteer-v22.7.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update fetchr.test.js

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Seth Bertalotto <seth@bertalotto.net>
  • Loading branch information
dependabot[bot] and redonkulus committed May 2, 2024
1 parent a028f8b commit 5530c15
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 43 deletions.
93 changes: 51 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/functional/fetchr.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ describe('client/server integration', () => {

expect(response).to.deep.equal({
body: null,
message: 'The user aborted a request.',
message: 'signal is aborted without reason',
meta: null,
name: 'FetchrError',
output: null,
Expand Down

0 comments on commit 5530c15

Please sign in to comment.