From 975927425ba8c208b3a75b6540d97319dc0476bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 06:33:30 +0000 Subject: [PATCH] chore(deps-dev): bump @pollyjs/adapter-node-http from 6.0.5 to 6.0.6 Bumps [@pollyjs/adapter-node-http](https://github.com/netflix/pollyjs) from 6.0.5 to 6.0.6. - [Changelog](https://github.com/Netflix/pollyjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/netflix/pollyjs/compare/v6.0.5...v6.0.6) --- updated-dependencies: - dependency-name: "@pollyjs/adapter-node-http" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 798ea3e9..a95b9f31 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "devDependencies": { "@commitlint/cli": "17.6.6", "@commitlint/config-conventional": "17.6.6", - "@pollyjs/adapter-node-http": "6.0.5", + "@pollyjs/adapter-node-http": "6.0.6", "@pollyjs/core": "6.0.5", "@pollyjs/persister-fs": "6.0.5", "@types/concat-stream": "2.0.0", diff --git a/yarn.lock b/yarn.lock index 521ad702..1e505160 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1851,22 +1851,22 @@ "@pnpm/network.ca-file" "^1.0.1" config-chain "^1.1.11" -"@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== +"@pollyjs/adapter-node-http@6.0.6": + version "6.0.6" + resolved "https://registry.yarnpkg.com/@pollyjs/adapter-node-http/-/adapter-node-http-6.0.6.tgz#7122765604e3dfdd6d68bced8a89c7966d49d710" + integrity sha512-jdJG7oncmSHZAtVMmRgOxh5A56b7G8H9ULlk/ZaVJ+jNrlFXhLmPpx8OQoSF4Cuq2ugdiWmwmAjFXHStcpY3Mw== dependencies: - "@pollyjs/adapter" "^6.0.4" - "@pollyjs/utils" "^6.0.1" + "@pollyjs/adapter" "^6.0.6" + "@pollyjs/utils" "^6.0.6" lodash-es "^4.17.21" nock "^13.2.1" -"@pollyjs/adapter@^6.0.4": - version "6.0.4" - resolved "https://registry.yarnpkg.com/@pollyjs/adapter/-/adapter-6.0.4.tgz#4c45403a215026770a6f0fd7adb6db62d4b49154" - integrity sha512-xiAdK+ZBABWpXvUVdcgvZpGI0drix8uy6KFWZr3pVvzKWfr6VyKObd6J6alxA8LG/kQ3BL350fIDia8UIcvwrw== +"@pollyjs/adapter@^6.0.4", "@pollyjs/adapter@^6.0.6": + version "6.0.6" + resolved "https://registry.yarnpkg.com/@pollyjs/adapter/-/adapter-6.0.6.tgz#d97b3617cd0e6b662dbfe34bacfb8b99feac0192" + integrity sha512-szhys0NiFQqCJDMC0kpDyjhLqSI7aWc6m6iATCRKgcMcN/7QN85pb3GmRzvnNV8+/Bi2AUSCwxZljcsKhbYVWQ== dependencies: - "@pollyjs/utils" "^6.0.1" + "@pollyjs/utils" "^6.0.6" "@pollyjs/core@6.0.5", "@pollyjs/core@^6.0.5": version "6.0.5" @@ -1918,10 +1918,10 @@ set-cookie-parser "^2.4.8" utf8-byte-length "^1.0.4" -"@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== +"@pollyjs/utils@^6.0.1", "@pollyjs/utils@^6.0.6": + version "6.0.6" + resolved "https://registry.yarnpkg.com/@pollyjs/utils/-/utils-6.0.6.tgz#fa3c3fc2a7cc4ab181499d2d0b439e5a0136a3fe" + integrity sha512-nhVJoI3nRgRimE0V2DVSvsXXNROUH6iyJbroDu4IdsOIOFC1Ds0w+ANMB4NMwFaqE+AisWOmXFzwAGdAfyiQVg== dependencies: qs "^6.10.1" url-parse "^1.5.3"