From 8c8b3afd5afc7202919c027912c7a211eb0b6571 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:57:48 +0000 Subject: [PATCH] chore(deps): update dependency nock to v13.5.4 (#6470) 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.3` -> `13.5.4`](https://renovatebot.com/diffs/npm/nock/13.5.3/13.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nock/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nock/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nock/13.5.3/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nock/13.5.3/13.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
nock/nock (nock) ### [`v13.5.4`](https://togithub.com/nock/nock/releases/tag/v13.5.4) [Compare Source](https://togithub.com/nock/nock/compare/v13.5.3...v13.5.4) ##### Bug Fixes - call `fs.createReadStream` lazily ([#​2357](https://togithub.com/nock/nock/issues/2357)) ([ba9fc42](https://togithub.com/nock/nock/commit/ba9fc424d5a17cbdde62745d4bdd8159331a1b8d))
--- ### 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 a1bc1504a3..82f6225934 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.3", + "nock": "13.5.4", "openapi-enforcer": "1.22.3", "proxyquire": "2.1.3", "source-map-support": "0.5.21", diff --git a/yarn.lock b/yarn.lock index 22dddc4272..c8c1670c04 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.3: - version "13.5.3" - resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.3.tgz#9858adf5b840696a410baf98bda720d5fad4f075" - integrity sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ== +nock@13.5.4: + version "13.5.4" + resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.4.tgz#8918f0addc70a63736170fef7106a9721e0dc479" + integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"