From 31fcf603acc2aba2ab1b14549a6c3eb359d18c1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:47:31 +0000 Subject: [PATCH] chore(deps): update dependency nock to v13.3.3 (#4710) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](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.2` -> `13.3.3`](https://renovatebot.com/diffs/npm/nock/13.3.2/13.3.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nock/13.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nock/13.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nock/13.3.2/13.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nock/13.3.2/13.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
nock/nock (nock) ### [`v13.3.3`](https://togithub.com/nock/nock/releases/tag/v13.3.3) [Compare Source](https://togithub.com/nock/nock/compare/v13.3.2...v13.3.3) ##### Bug Fixes - revert [#​2350](https://togithub.com/nock/nock/issues/2350) (Push persisted interceptors to the end instead of ignore on remove) ([#​2511](https://togithub.com/nock/nock/issues/2511)) ([fcea779](https://togithub.com/nock/nock/commit/fcea7792954af0ec25d1d12e1f26ad4ca74e5375)), closes [#​2500](https://togithub.com/nock/nock/issues/2500)
--- ### 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 b518603321..8e1be6a339 100644 --- a/package.json +++ b/package.json @@ -211,7 +211,7 @@ "jest": "29.6.2", "jest-junit": "^16.0.0", "lint-staged": "13.2.3", - "nock": "13.3.2", + "nock": "13.3.3", "openapi-enforcer": "1.22.3", "prettier": "2.8.1", "proxyquire": "2.1.3", diff --git a/yarn.lock b/yarn.lock index cde22cd0b3..11a0838b34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5840,10 +5840,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.2: - version "13.3.2" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.2.tgz#bfa6be92d37f744b1b758ea89b1105cdaf5c8b3f" - integrity sha512-CwbljitiWJhF1gL83NbanhoKs1l23TDlRioNraPTZrzZIEooPemrHRj5m0FZCPkB1ecdYCSWWGcHysJgX/ngnQ== +nock@13.3.3: + version "13.3.3" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.3.tgz#179759c07d3f88ad3e794ace885629c1adfd3fe7" + integrity sha512-z+KUlILy9SK/RjpeXDiDUEAq4T94ADPHE3qaRkf66mpEhzc/ytOMm3Bwdrbq6k1tMWkbdujiKim3G2tfQARuJw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"