mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-08 01:15:49 +02:00
chore(deps): update dependency nock to v13.3.6 (#5220)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nock](https://togithub.com/nock/nock) | [`13.3.3` -> `13.3.6`](https://renovatebot.com/diffs/npm/nock/13.3.3/13.3.6) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nock/nock (nock)</summary> ### [`v13.3.6`](https://togithub.com/nock/nock/releases/tag/v13.3.6) [Compare Source](https://togithub.com/nock/nock/compare/v13.3.5...v13.3.6) ##### Bug Fixes - remove `semver` usage ([#​2531](https://togithub.com/nock/nock/issues/2531)) ([f7216e9](f7216e934c
)) ### [`v13.3.5`](https://togithub.com/nock/nock/releases/tag/v13.3.5) [Compare Source](https://togithub.com/nock/nock/compare/v13.3.4...v13.3.5) ##### Bug Fixes - **deps:** remove lodash ([#​2529](https://togithub.com/nock/nock/issues/2529)) ([7bfcb31](7bfcb31e08
)) ### [`v13.3.4`](https://togithub.com/nock/nock/releases/tag/v13.3.4) [Compare Source](https://togithub.com/nock/nock/compare/v13.3.3...v13.3.4) ##### Bug Fixes - **typescript:** support `nock(new URL('https://example.test/'))` ([#​2526](https://togithub.com/nock/nock/issues/2526)) ([6987327](6987327d1f
)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5e559e6811
commit
35c2abed57
@ -186,7 +186,7 @@
|
||||
"jest": "29.7.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"lint-staged": "13.2.3",
|
||||
"nock": "13.3.3",
|
||||
"nock": "13.3.6",
|
||||
"openapi-enforcer": "1.22.3",
|
||||
"proxyquire": "2.1.3",
|
||||
"source-map-support": "0.5.21",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -4981,14 +4981,13 @@ 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.3:
|
||||
version "13.3.3"
|
||||
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.3.tgz#179759c07d3f88ad3e794ace885629c1adfd3fe7"
|
||||
integrity sha512-z+KUlILy9SK/RjpeXDiDUEAq4T94ADPHE3qaRkf66mpEhzc/ytOMm3Bwdrbq6k1tMWkbdujiKim3G2tfQARuJw==
|
||||
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==
|
||||
dependencies:
|
||||
debug "^4.1.0"
|
||||
json-stringify-safe "^5.0.1"
|
||||
lodash "^4.17.21"
|
||||
propagate "^2.0.0"
|
||||
|
||||
node-cleanup@^2.1.2:
|
||||
@ -6873,6 +6872,7 @@ winston@2.x:
|
||||
stack-trace "0.0.x"
|
||||
|
||||
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
||||
name wrap-ansi-cjs
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
||||
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
||||
|
Loading…
Reference in New Issue
Block a user