Skip to content

Commit ba24fcf

Browse files
chore(deps-dev): bump @pollyjs/adapter-node-http from 6.0.0 to 6.0.4 (#120)
Bumps [@pollyjs/adapter-node-http](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/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>
1 parent 2beb3ba commit ba24fcf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"devDependencies": {
7676
"@commitlint/cli": "15.0.0",
7777
"@commitlint/config-conventional": "15.0.0",
78-
"@pollyjs/adapter-node-http": "6.0.0",
78+
"@pollyjs/adapter-node-http": "6.0.4",
7979
"@pollyjs/core": "6.0.4",
8080
"@pollyjs/persister-fs": "6.0.4",
8181
"@types/concat-stream": "1.6.1",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,22 +1531,22 @@
15311531
"@nodelib/fs.scandir" "2.1.5"
15321532
fastq "^1.6.0"
15331533

1534-
"@pollyjs/adapter-node-http@6.0.0":
1535-
version "6.0.0"
1536-
resolved "https://registry.yarnpkg.com/@pollyjs/adapter-node-http/-/adapter-node-http-6.0.0.tgz#536730a6d1782fc0ae608ea026d9295c34a8f3a3"
1537-
integrity sha512-dAXP3lhn+DXnMMeboBMetZKWKrSDtSa/JG/s2YpzfrRaxbPJx+i6VBYWUmd7YmsyyqPSmStm+vq+MkjPx1LNQw==
1534+
"@pollyjs/adapter-node-http@6.0.4":
1535+
version "6.0.4"
1536+
resolved "https://registry.yarnpkg.com/@pollyjs/adapter-node-http/-/adapter-node-http-6.0.4.tgz#5a92ab5adbab7c2c94a5ffca7c5eec4afd01467a"
1537+
integrity sha512-Rc0I0+LSVQI2rQsERIA7adoxDgXk5I7AqnJ9t9rD33UbXrje9kPwk7SBwBtpXgqMN8/qsVGmenD/XIVmhi3fxQ==
15381538
dependencies:
1539-
"@pollyjs/adapter" "^6.0.0"
1540-
"@pollyjs/utils" "^6.0.0"
1539+
"@pollyjs/adapter" "^6.0.4"
1540+
"@pollyjs/utils" "^6.0.1"
15411541
lodash-es "^4.17.21"
15421542
nock "^13.2.1"
15431543

1544-
"@pollyjs/adapter@^6.0.0":
1545-
version "6.0.0"
1546-
resolved "https://registry.yarnpkg.com/@pollyjs/adapter/-/adapter-6.0.0.tgz#d9552049f984ed1af704744601d47b64e0ab203c"
1547-
integrity sha512-Mtz52UrByy5QadREUfijB+U+mwwCDtEBYk3PtF7Dg3MdGvWMb7rYPX0+fIfRCddGiwbooJtKMpWmSZovvxz41Q==
1544+
"@pollyjs/adapter@^6.0.4":
1545+
version "6.0.4"
1546+
resolved "https://registry.yarnpkg.com/@pollyjs/adapter/-/adapter-6.0.4.tgz#4c45403a215026770a6f0fd7adb6db62d4b49154"
1547+
integrity sha512-xiAdK+ZBABWpXvUVdcgvZpGI0drix8uy6KFWZr3pVvzKWfr6VyKObd6J6alxA8LG/kQ3BL350fIDia8UIcvwrw==
15481548
dependencies:
1549-
"@pollyjs/utils" "^6.0.0"
1549+
"@pollyjs/utils" "^6.0.1"
15501550

15511551
"@pollyjs/core@6.0.4":
15521552
version "6.0.4"

0 commit comments

Comments
 (0)