Skip to content

Commit

Permalink
build(deps-dev): bump @pollyjs/core from 6.0.0 to 6.0.4
Browse files Browse the repository at this point in the history
Bumps [@pollyjs/core](https://github.com/netflix/pollyjs) from 6.0.0 to 6.0.4.
- [Release notes](https://github.com/netflix/pollyjs/releases)
- [Changelog](https://github.com/Netflix/pollyjs/blob/master/CHANGELOG.md)
- [Commits](Netflix/pollyjs@v6.0.0...v6.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 1, 2022
1 parent 5712e38 commit 3c53340
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@pollyjs/adapter-node-http": "6.0.0",
"@pollyjs/core": "6.0.0",
"@pollyjs/core": "6.0.4",
"@pollyjs/persister-fs": "6.0.0",
"@size-limit/preset-small-lib": "7.0.3",
"@types/pollyjs__adapter-node-http": "2.0.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1319,12 +1319,12 @@
dependencies:
"@pollyjs/utils" "^6.0.0"

"@pollyjs/core@6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@pollyjs/core/-/core-6.0.0.tgz#f1ae7711831f23f1970e360b97c30e5af9a75b14"
integrity sha512-9EAiq91tszjOZuMHsB5A0tVx9oXEr2+NVwUfeBUUSsQThGFHzA7v9Ilv6cVEvejm8P1FV3G2asAKnNvvqKCm4A==
"@pollyjs/core@6.0.4":
version "6.0.4"
resolved "https://registry.yarnpkg.com/@pollyjs/core/-/core-6.0.4.tgz#088113e6c57be16f7a388dc75675c18b77cea339"
integrity sha512-kqp4yHtaketVLX1KoK4dog4XC3DXPhy/gLcKtJZA+pLob1U9FtdZzF8ZdI7JfKd0mSfKZbFzZaTbdUOoaXFD7w==
dependencies:
"@pollyjs/utils" "^6.0.0"
"@pollyjs/utils" "^6.0.1"
"@sindresorhus/fnv1a" "^2.0.1"
blueimp-md5 "^2.19.0"
fast-json-stable-stringify "^2.1.0"
Expand Down Expand Up @@ -1368,10 +1368,10 @@
set-cookie-parser "^2.4.8"
utf8-byte-length "^1.0.4"

"@pollyjs/utils@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@pollyjs/utils/-/utils-6.0.0.tgz#f905b21f8511ff6d9ed33765ee85e569c6ee1f48"
integrity sha512-Vl2d1tlNlBxnP7gEt/7zbA752/MGiEjz6MyADLNdLKQuQzKXlO4+QN2FZq2JRDqDnbIqtfKS1Ntv07nheGXrKA==
"@pollyjs/utils@^6.0.0", "@pollyjs/utils@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@pollyjs/utils/-/utils-6.0.1.tgz#215f53d6af71c44911c9e760c0669922bbcf04a6"
integrity sha512-vTdtYhZs/HcBQM3Po85BDmuOpjMwvuQPkSdd9Cd4lUSc8HEO4d52dljtmwlwW83zVuQvlEu5xFIZJUYhX8HxLA==
dependencies:
qs "^6.10.1"
url-parse "^1.5.3"
Expand Down

0 comments on commit 3c53340

Please sign in to comment.