Skip to content

Commit 3bd5c09

Browse files
Update dependency nock to v14.0.10 (#284)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [nock](https://redirect.github.com/nock/nock) | [`14.0.5` -> `14.0.10`](https://renovatebot.com/diffs/npm/nock/14.0.5/14.0.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nock/14.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nock/14.0.5/14.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nock/nock (nock)</summary> ### [`v14.0.10`](https://redirect.github.com/nock/nock/releases/tag/v14.0.10) [Compare Source](https://redirect.github.com/nock/nock/compare/v14.0.9...v14.0.10) ##### Bug Fixes - Use Error objects instead of plain objects with replyWithError() ([#&#8203;2900](https://redirect.github.com/nock/nock/issues/2900)) ([f2a3389](https://redirect.github.com/nock/nock/commit/f2a3389abc27d30dc5b6bb3ea7ce4fb8664134e5)) ### [`v14.0.9`](https://redirect.github.com/nock/nock/releases/tag/v14.0.9) [Compare Source](https://redirect.github.com/nock/nock/compare/v14.0.8...v14.0.9) ##### Bug Fixes - address timeout issue with mocked timers (Revert [#&#8203;2880](https://redirect.github.com/nock/nock/issues/2880)) ([#&#8203;2902](https://redirect.github.com/nock/nock/issues/2902)) ([bc48f92](https://redirect.github.com/nock/nock/commit/bc48f92de5aa958db4070e408ab8840cc4752d19)) ### [`v14.0.8`](https://redirect.github.com/nock/nock/releases/tag/v14.0.8) [Compare Source](https://redirect.github.com/nock/nock/compare/v14.0.7...v14.0.8) ##### Bug Fixes - **ClientRequest:** support http.Agent instances as agents for https requests ([#&#8203;2896](https://redirect.github.com/nock/nock/issues/2896)) ([e4390b8](https://redirect.github.com/nock/nock/commit/e4390b8a90709df43dac99c54733687d108624a8)) ### [`v14.0.7`](https://redirect.github.com/nock/nock/releases/tag/v14.0.7) [Compare Source](https://redirect.github.com/nock/nock/compare/v14.0.6...v14.0.7) ##### Bug Fixes - address timeout issue with mocked timers ([#&#8203;2880](https://redirect.github.com/nock/nock/issues/2880)) ([fb112f3](https://redirect.github.com/nock/nock/commit/fb112f30a32f119142441e741357a038ec0d2e24)) ### [`v14.0.6`](https://redirect.github.com/nock/nock/releases/tag/v14.0.6) [Compare Source](https://redirect.github.com/nock/nock/compare/v14.0.5...v14.0.6) ##### Bug Fixes - upgrade interceptors ([2bcaf0f](https://redirect.github.com/nock/nock/commit/2bcaf0fe277221c8a7028695828ef686bcca96c4)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/openmfp/portal-server-lib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2c6a97 commit 3bd5c09

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"jest-junit": "16.0.0",
6565
"jest-mock-extended": "4.0.0",
6666
"mkdirp": "3.0.1",
67-
"nock": "14.0.5",
67+
"nock": "14.0.10",
6868
"nodemon": "3.1.10",
6969
"prettier": "3.6.2",
7070
"rimraf": "6.0.1",

0 commit comments

Comments
 (0)