1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

chore(deps): update dependency nock to v13.3.8 (#5484)

[![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

<details>
<summary>nock/nock (nock)</summary>

### [`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`
([#&#8203;2552](https://togithub.com/nock/nock/issues/2552))
([0b18d07](0b18d071c0))

### [`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
[@&#8203;definitelytyped/dtslint](https://togithub.com/definitelytyped/dtslint)
from 0.0.163 to 0.0.183"
([#&#8203;2544](https://togithub.com/nock/nock/issues/2544))
([d978acd](d978acdbd6)),
closes [#&#8203;2544](https://togithub.com/nock/nock/issues/2544)
[#&#8203;2534](https://togithub.com/nock/nock/issues/2534)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-29 07:47:50 +00:00 committed by GitHub
parent e476de5faa
commit 057144856c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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"