Skip to content

Commit

Permalink
chore(deps-dev): bump @pollyjs/adapter-node-http from 6.0.4 to 6.0.5 (#…
Browse files Browse the repository at this point in the history
…178)

Bumps [@pollyjs/adapter-node-http](https://github.com/netflix/pollyjs) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/netflix/pollyjs/releases)
- [Changelog](https://github.com/Netflix/pollyjs/blob/master/CHANGELOG.md)
- [Commits](Netflix/pollyjs@v6.0.4...v6.0.5)

---
updated-dependencies:
- dependency-name: "@pollyjs/adapter-node-http"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2022
1 parent 9e6eab0 commit 07bde0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"devDependencies": {
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@pollyjs/adapter-node-http": "6.0.4",
"@pollyjs/adapter-node-http": "6.0.5",
"@pollyjs/core": "6.0.5",
"@pollyjs/persister-fs": "6.0.5",
"@types/concat-stream": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1763,10 +1763,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@pollyjs/adapter-node-http@6.0.4":
version "6.0.4"
resolved "https://registry.yarnpkg.com/@pollyjs/adapter-node-http/-/adapter-node-http-6.0.4.tgz#5a92ab5adbab7c2c94a5ffca7c5eec4afd01467a"
integrity sha512-Rc0I0+LSVQI2rQsERIA7adoxDgXk5I7AqnJ9t9rD33UbXrje9kPwk7SBwBtpXgqMN8/qsVGmenD/XIVmhi3fxQ==
"@pollyjs/adapter-node-http@6.0.5":
version "6.0.5"
resolved "https://registry.yarnpkg.com/@pollyjs/adapter-node-http/-/adapter-node-http-6.0.5.tgz#f92616cefdad9ae144fe07f6b88798a20bf1c8fd"
integrity sha512-/8xa5OHwumQ06P1PzMcePYxalxyRR4jA3ZdsXpLSSVn8xaC0S95X7WGtFk/1F/HhHWq/3tZaOQo2rFLtprGiwg==
dependencies:
"@pollyjs/adapter" "^6.0.4"
"@pollyjs/utils" "^6.0.1"
Expand Down

0 comments on commit 07bde0e

Please sign in to comment.