Skip to content

Commit 3d9d6ff

Browse files
chore(deps-dev): bump @pollyjs/core from 6.0.0 to 6.0.4 (#119)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52854e9 commit 3d9d6ff

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@commitlint/cli": "15.0.0",
7777
"@commitlint/config-conventional": "15.0.0",
7878
"@pollyjs/adapter-node-http": "6.0.0",
79-
"@pollyjs/core": "6.0.0",
79+
"@pollyjs/core": "6.0.4",
8080
"@pollyjs/persister-fs": "6.0.0",
8181
"@types/concat-stream": "1.6.1",
8282
"@types/debug": "4.1.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,12 +1548,12 @@
15481548
dependencies:
15491549
"@pollyjs/utils" "^6.0.0"
15501550

1551-
"@pollyjs/core@6.0.0":
1552-
version "6.0.0"
1553-
resolved "https://registry.yarnpkg.com/@pollyjs/core/-/core-6.0.0.tgz#f1ae7711831f23f1970e360b97c30e5af9a75b14"
1554-
integrity sha512-9EAiq91tszjOZuMHsB5A0tVx9oXEr2+NVwUfeBUUSsQThGFHzA7v9Ilv6cVEvejm8P1FV3G2asAKnNvvqKCm4A==
1551+
"@pollyjs/core@6.0.4":
1552+
version "6.0.4"
1553+
resolved "https://registry.yarnpkg.com/@pollyjs/core/-/core-6.0.4.tgz#088113e6c57be16f7a388dc75675c18b77cea339"
1554+
integrity sha512-kqp4yHtaketVLX1KoK4dog4XC3DXPhy/gLcKtJZA+pLob1U9FtdZzF8ZdI7JfKd0mSfKZbFzZaTbdUOoaXFD7w==
15551555
dependencies:
1556-
"@pollyjs/utils" "^6.0.0"
1556+
"@pollyjs/utils" "^6.0.1"
15571557
"@sindresorhus/fnv1a" "^2.0.1"
15581558
blueimp-md5 "^2.19.0"
15591559
fast-json-stable-stringify "^2.1.0"
@@ -1597,10 +1597,10 @@
15971597
set-cookie-parser "^2.4.8"
15981598
utf8-byte-length "^1.0.4"
15991599

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

0 commit comments

Comments
 (0)