From 057144856c8d6e7bd61443deddcfa6906c314bc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 07:47:50 +0000 Subject: [PATCH] chore(deps): update dependency nock to v13.3.8 (#5484) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nock](https://togithub.com/nock/nock) | [`13.3.6` -> `13.3.8`](https://renovatebot.com/diffs/npm/nock/13.3.6/13.3.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nock/13.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nock/13.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nock/13.3.6/13.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nock/13.3.6/13.3.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
nock/nock (nock) ### [`v13.3.8`](https://togithub.com/nock/nock/releases/tag/v13.3.8) [Compare Source](https://togithub.com/nock/nock/compare/v13.3.7...v13.3.8) ##### Bug Fixes - **typescript:** `filteringBodyRequest` ([#​2552](https://togithub.com/nock/nock/issues/2552)) ([0b18d07](https://togithub.com/nock/nock/commit/0b18d071c04098f5f4653246c70e39b33bd0e86f)) ### [`v13.3.7`](https://togithub.com/nock/nock/releases/tag/v13.3.7) [Compare Source](https://togithub.com/nock/nock/compare/v13.3.6...v13.3.7) ##### Reverts - Revert "chore(deps-dev): bump [@​definitelytyped/dtslint](https://togithub.com/definitelytyped/dtslint) from 0.0.163 to 0.0.183" ([#​2544](https://togithub.com/nock/nock/issues/2544)) ([d978acd](https://togithub.com/nock/nock/commit/d978acdbd6e70172062d04f2c2e848ff4b6d84bc)), closes [#​2544](https://togithub.com/nock/nock/issues/2544) [#​2534](https://togithub.com/nock/nock/issues/2534)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index df21206c5b..8e6165d607 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ "jest": "29.7.0", "jest-junit": "^16.0.0", "lint-staged": "13.2.3", - "nock": "13.3.6", + "nock": "13.3.8", "openapi-enforcer": "1.22.3", "proxyquire": "2.1.3", "source-map-support": "0.5.21", diff --git a/yarn.lock b/yarn.lock index fe52763643..271922ae5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5163,10 +5163,10 @@ next-tick@1, next-tick@^1.1.0: resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.1.0.tgz#1836ee30ad56d67ef281b22bd199f709449b35eb" integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ== -nock@13.3.6: - version "13.3.6" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.6.tgz#b279968ec8d076c2393810a6c9bf2d4d5b3a1071" - integrity sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw== +nock@13.3.8: + version "13.3.8" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.8.tgz#7adf3c66f678b02ef0a78d5697ae8bc2ebde0142" + integrity sha512-96yVFal0c/W1lG7mmfRe7eO+hovrhJYd2obzzOZ90f6fjpeU/XNvd9cYHZKZAQJumDfhXgoTpkpJ9pvMj+hqHw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"