Skip to content

Commit

Permalink
fix(deps): Bump fastify from 3.19.0 to 3.23.1 (#833)
Browse files Browse the repository at this point in the history
Bumps [fastify](https://github.com/fastify/fastify) from 3.19.0 to 3.23.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/fastify/fastify/releases">fastify's releases</a>.</em></p>
<blockquote>
<h2>v3.23.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: setSchemaController not inheriting Schemas from root parent by <a href="https://github.com/MetCoder95"><code>@​MetCoder95</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3401">fastify/fastify#3401</a></li>
<li>fix: socket null in logger by <a href="https://github.com/codeflyer"><code>@​codeflyer</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3422">fastify/fastify#3422</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v3.23.0...v3.23.1">https://github.com/fastify/fastify/compare/v3.23.0...v3.23.1</a></p>
<h2>v3.23.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated the docs related to AJV plugins by <a href="https://github.com/amis-shokoohi"><code>@​amis-shokoohi</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3189">fastify/fastify#3189</a></li>
<li>fix: remove unused types imports by <a href="https://github.com/juanpicado"><code>@​juanpicado</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3392">fastify/fastify#3392</a></li>
<li>docs(test/bundler): grammar and spelling fixes by <a href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3393">fastify/fastify#3393</a></li>
<li>build(deps-dev): bump split2 from 3.2.2 to 4.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3395">fastify/fastify#3395</a></li>
<li>Update Validation-and-Serialization.md by <a href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3400">fastify/fastify#3400</a></li>
<li>Add requestTimeout option by <a href="https://github.com/fatal10110"><code>@​fatal10110</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3407">fastify/fastify#3407</a></li>
<li>fix: verify request socket before access attributes by <a href="https://github.com/codeflyer"><code>@​codeflyer</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3420">fastify/fastify#3420</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/amis-shokoohi"><code>@​amis-shokoohi</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3189">fastify/fastify#3189</a></li>
<li><a href="https://github.com/juanpicado"><code>@​juanpicado</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3392">fastify/fastify#3392</a></li>
<li><a href="https://github.com/fatal10110"><code>@​fatal10110</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3407">fastify/fastify#3407</a></li>
<li><a href="https://github.com/codeflyer"><code>@​codeflyer</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3420">fastify/fastify#3420</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v3.22.1...v3.23.0">https://github.com/fastify/fastify/compare/v3.22.1...v3.23.0</a></p>
<h2>v3.22.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update NGINX section with comments and fixes by <a href="https://github.com/weiliddat"><code>@​weiliddat</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3352">fastify/fastify#3352</a></li>
<li>Update Validation-and-Serialization.md by <a href="https://github.com/fralonra"><code>@​fralonra</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3359">fastify/fastify#3359</a></li>
<li>fix(typescript): register missing args for function options by <a href="https://github.com/climba03003"><code>@​climba03003</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3355">fastify/fastify#3355</a></li>
<li>build(deps-dev): bump tsd from 0.17.0 to 0.18.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3368">fastify/fastify#3368</a></li>
<li>test: fix typo in tap test pass message by <a href="https://github.com/tniessen"><code>@​tniessen</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3370">fastify/fastify#3370</a></li>
<li>docs:inform user to set target property by <a href="https://github.com/siemah"><code>@​siemah</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3291">fastify/fastify#3291</a></li>
<li>Drop readable-stream dependency by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3372">fastify/fastify#3372</a></li>
<li>fix: pipe stream inside error handler by <a href="https://github.com/climba03003"><code>@​climba03003</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3375">fastify/fastify#3375</a></li>
<li>fix(typescript): types for schemaController by <a href="https://github.com/Krysik"><code>@​Krysik</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3369">fastify/fastify#3369</a></li>
<li>fix: spell error by <a href="https://github.com/liuhanqu"><code>@​liuhanqu</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3379">fastify/fastify#3379</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/siemah"><code>@​siemah</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3291">fastify/fastify#3291</a></li>
<li><a href="https://github.com/Krysik"><code>@​Krysik</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3369">fastify/fastify#3369</a></li>
<li><a href="https://github.com/liuhanqu"><code>@​liuhanqu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3379">fastify/fastify#3379</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v3.22.0...v3.22.1">https://github.com/fastify/fastify/compare/v3.22.0...v3.22.1</a></p>
<h2>v3.22.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update Hooks.md by <a href="https://github.com/NobDod"><code>@​NobDod</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3336">fastify/fastify#3336</a></li>
<li>feat: max requests per socket by <a href="https://github.com/climba03003"><code>@​climba03003</code></a> in <a href="https://github-redirect.dependabot.com/fastify/fastify/pull/3335">fastify/fastify#3335</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/fastify/fastify/commit/bc19a34ab9e71fec731ecb41db15ef5faee1c88c"><code>bc19a34</code></a> Bumped v3.23.1</li>
<li><a href="https://github.com/fastify/fastify/commit/692fe4f8e083c2509de67c1813a52b18f62df4d9"><code>692fe4f</code></a> fix: socket null in logger (<a href="https://github-redirect.dependabot.com/fastify/fastify/issues/3422">#3422</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/53fe09f6664776330054a968237f04701ecdc6b7"><code>53fe09f</code></a> fix: setSchemaController not inheriting Schemas from root parent (<a href="https://github-redirect.dependabot.com/fastify/fastify/issues/3401">#3401</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/6a0403319148163fe6f826aba16e33e46fdb88d4"><code>6a04033</code></a> Bumped v3.23.0</li>
<li><a href="https://github.com/fastify/fastify/commit/d72dfa07de3b2308f3ee3ea176b954ce6f49f031"><code>d72dfa0</code></a> fix: verify request socket before access attributes (<a href="https://github-redirect.dependabot.com/fastify/fastify/issues/3491">#3491</a>) (<a href="https://github-redirect.dependabot.com/fastify/fastify/issues/3420">#3420</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/9e4b7cc12c4beff53d08d6512d6347920a1f9842"><code>9e4b7cc</code></a> Add requestTimeout option (<a href="https://github-redirect.dependabot.com/fastify/fastify/issues/3407">#3407</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/eed0121f35eafc99deccded945cec1c10f8954c0"><code>eed0121</code></a> Update Validation-and-Serialization.md (<a href="https://github-redirect.dependabot.com/fastify/fastify/issues/3400">#3400</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/c9a788858ecf2d4a8e786cc1a50e241bb084f308"><code>c9a7888</code></a> build(deps-dev): bump split2 from 3.2.2 to 4.1.0 (<a href="https://github-redirect.dependabot.com/fastify/fastify/issues/3395">#3395</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/705a505ffbbc6d30f937a1fce854e3f9991e8732"><code>705a505</code></a> docs(test/bundler): grammar and spelling fixes (<a href="https://github-redirect.dependabot.com/fastify/fastify/issues/3393">#3393</a>)</li>
<li><a href="https://github.com/fastify/fastify/commit/149c03fa0ae62611ec700a6cb514d36d7dff1073"><code>149c03f</code></a> fix: remove unused types imports (<a href="https://github-redirect.dependabot.com/fastify/fastify/issues/3392">#3392</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/fastify/fastify/compare/v3.19.0...v3.23.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastify&package-manager=npm_and_yarn&previous-version=3.19.0&new-version=3.23.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Nov 16, 2021
1 parent 001418e commit 49693cb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 20 deletions.
46 changes: 27 additions & 19 deletions packages/daemon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"default-gateway": "^6.0.3",
"env-paths": "^2.2.1",
"env-var": "^7.0.1",
"fastify": "^3.19.0",
"fastify": "^3.23.1",
"is-valid-domain": "0.0.20",
"it-pipe": "^1.1.0",
"make-promises-safe": "^5.1.0",
Expand Down

0 comments on commit 49693cb

Please sign in to comment.