Skip to content

Commit 61eb9fb

Browse files
Merge #359
359: chore(deps): update dependency nock to v13.1.3 r=jbolda a=renovate[bot] [![WhiteSource 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.1.2` -> `13.1.3`](https://renovatebot.com/diffs/npm/nock/13.1.2/13.1.3) | [![age](https://badges.renovateapi.com/packages/npm/nock/13.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/nock/13.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/nock/13.1.3/compatibility-slim/13.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/nock/13.1.3/confidence-slim/13.1.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nock/nock</summary> ### [`v13.1.3`](https://togithub.com/nock/nock/releases/v13.1.3) [Compare Source](https://togithub.com/nock/nock/compare/v13.1.2...v13.1.3) ##### Bug Fixes - **interceptor:** don't hang, don't leak resources ([#&#8203;2224](https://togithub.com/nock/nock/issues/2224)) ([ac8e33d](https://togithub.com/nock/nock/commit/ac8e33d014ec28dcc60a61d4fe5199759579c5c2)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/jbolda/gatsby-source-airtable). Co-authored-by: Renovate Bot <bot@renovateapp.com>
2 parents c948af4 + a4cada6 commit 61eb9fb

File tree

8 files changed

+32
-32
lines changed

8 files changed

+32
-32
lines changed

examples/markdown-docs/package-lock.json

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

examples/markdown-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "echo \"Error: no test specified\" && exit 1"
2323
},
2424
"devDependencies": {
25-
"nock": "13.1.2",
25+
"nock": "13.1.3",
2626
"prettier": "2.3.2"
2727
},
2828
"volta": {

examples/recipes-with-multi-type/package-lock.json

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

examples/recipes-with-multi-type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"clean": "gatsby clean"
3737
},
3838
"devDependencies": {
39-
"nock": "13.1.2",
39+
"nock": "13.1.3",
4040
"prettier": "2.3.2"
4141
},
4242
"volta": {

examples/recipes-with-photos/package-lock.json

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

examples/recipes-with-photos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test": "echo \"Error: no test specified\" && exit 1"
3131
},
3232
"devDependencies": {
33-
"nock": "13.1.2",
33+
"nock": "13.1.3",
3434
"prettier": "2.3.2"
3535
},
3636
"volta": {

examples/testing-options/package-lock.json

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

examples/testing-options/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "echo \"Error: no test specified\" && exit 1"
2424
},
2525
"devDependencies": {
26-
"nock": "13.1.2",
26+
"nock": "13.1.3",
2727
"prettier": "2.3.2"
2828
},
2929
"volta": {

0 commit comments

Comments
 (0)