From 53ee3a29e4650e538b1e76ad669a4e2255fa9f31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 01:41:30 +0000 Subject: [PATCH] chore(deps): update dependency nock to v13.5.3 (#6368) 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.5.1` -> `13.5.3`](https://renovatebot.com/diffs/npm/nock/13.5.1/13.5.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nock/13.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nock/13.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nock/13.5.1/13.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nock/13.5.1/13.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
nock/nock (nock) ### [`v13.5.3`](https://togithub.com/nock/nock/releases/tag/v13.5.3) [Compare Source](https://togithub.com/nock/nock/compare/v13.5.2...v13.5.3) ##### Bug Fixes - support literal query string ([#​2590](https://togithub.com/nock/nock/issues/2590)) ([4162fa8](https://togithub.com/nock/nock/commit/4162fa8b2ddaf6a3c5b52162b03629118236847f)) ### [`v13.5.2`](https://togithub.com/nock/nock/releases/tag/v13.5.2) [Compare Source](https://togithub.com/nock/nock/compare/v13.5.1...v13.5.2) ##### Bug Fixes - remove duplicates from `activeMocks()` and `pendingMocks()` ([#​2356](https://togithub.com/nock/nock/issues/2356)) ([7e957b3](https://togithub.com/nock/nock/commit/7e957b38fbc797f1c3480f1de8e0659f9998cdc3))
--- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, 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 3f08fd52d1..1349a6851a 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.5.1", + "nock": "13.5.3", "openapi-enforcer": "1.22.3", "proxyquire": "2.1.3", "source-map-support": "0.5.21", diff --git a/yarn.lock b/yarn.lock index c5aaf6b27a..af2d945fd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5128,10 +5128,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.5.1: - version "13.5.1" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.1.tgz#4e40f9877ad0d43b7cdb474261c190f3715dd806" - integrity sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q== +nock@13.5.3: + version "13.5.3" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.3.tgz#9858adf5b840696a410baf98bda720d5fad4f075" + integrity sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"