dependabot[bot] opened a new pull request, #1227: URL: https://github.com/apache/skywalking-banyandb/pull/1227
Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 9.1.3 to 10.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastify/fastify-static/releases">@fastify/static's releases</a>.</em></p> <blockquote> <h2>v10.1.2</h2> <h2>⚠️ Security Release</h2> <ul> <li>Fix for <a href="https://github.com/fastify/fastify-static/security/advisories/GHSA-8pvw-jcv7-9cmj">https://github.com/fastify/fastify-static/security/advisories/GHSA-8pvw-jcv7-9cmj</a></li> </ul> <h2>What's Changed</h2> <ul> <li>ci: pin actions to commit-hash by <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a> in <a href="https://redirect.github.com/fastify/fastify-static/pull/601">fastify/fastify-static#601</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify-static/compare/v10.1.1...v10.1.2">https://github.com/fastify/fastify-static/compare/v10.1.1...v10.1.2</a></p> <h2>v10.1.1</h2> <h2>⚠️ Security Release</h2> <ul> <li>Fix for <a href="https://github.com/fastify/fastify-static/security/advisories/GHSA-83w8-p2f5-377r">https://github.com/fastify/fastify-static/security/advisories/GHSA-83w8-p2f5-377r</a></li> </ul> <h2>What's Changed</h2> <ul> <li>docs(readme): fix typos by <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a> in <a href="https://redirect.github.com/fastify/fastify-static/pull/600">fastify/fastify-static#600</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify-static/compare/v10.1.0...v10.1.1">https://github.com/fastify/fastify-static/compare/v10.1.0...v10.1.1</a></p> <h2>v10.1.0</h2> <h2>What's Changed</h2> <ul> <li>fix: set Vary: Accept-Encoding for preCompressed responses by <a href="https://github.com/LeSingh1"><code>@LeSingh1</code></a> in <a href="https://redirect.github.com/fastify/fastify-static/pull/586">fastify/fastify-static#586</a></li> <li>feat: use <code>@fastify/error</code> for errors and add option <code>suppressWarning</code> by <a href="https://github.com/climba03003"><code>@climba03003</code></a> in <a href="https://redirect.github.com/fastify/fastify-static/pull/599">fastify/fastify-static#599</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/LeSingh1"><code>@LeSingh1</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify-static/pull/586">fastify/fastify-static#586</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify-static/compare/v10.0.0...v10.1.0">https://github.com/fastify/fastify-static/compare/v10.0.0...v10.1.0</a></p> <h2>v10.0.0</h2> <h2>Breaking Changes</h2> <ul> <li><code>setHeaders</code> now using <code>FastifyReply</code> instead of <code>Response</code>.</li> </ul> <p>You should refactor your code to use the <code>reply</code> helpers. For example,</p> <pre lang="js"><code>// Before const fastify = require('fastify')({logger: true}) const path = require('node:path') <p>fastify.register(require('<code>@fastify/static</code>'), {<br /> root: path.join(__dirname, 'public'),<br /> prefix: '/public/', // optional: default '/',<br /> setHeaders(res) {<br /> res.setHeader('X-Test', 'Foo')<br /> }<br /> })<br /> </tr></table><br /> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastify/fastify-static/commit/7a9d1c638dfad3f43973a90a3394e0207ee2ad20"><code>7a9d1c6</code></a> Bumped v10.1.2</li> <li><a href="https://github.com/fastify/fastify-static/commit/878c72e920fabacf7e37739bf78057044717bf63"><code>878c72e</code></a> Merge commit from fork</li> <li><a href="https://github.com/fastify/fastify-static/commit/aee1c2c2c02d7f09fb72c3f29ce1c8aa39abe07f"><code>aee1c2c</code></a> ci: pin actions to commit-hash (<a href="https://redirect.github.com/fastify/fastify-static/issues/601">#601</a>)</li> <li><a href="https://github.com/fastify/fastify-static/commit/373305923c04123ccb120bc540b5fe18417b8c9d"><code>3733059</code></a> Bumped 10.1.1</li> <li><a href="https://github.com/fastify/fastify-static/commit/db4276f846ba56b21f93768cd6636ee5e2fc58b1"><code>db4276f</code></a> Merge commit from fork</li> <li><a href="https://github.com/fastify/fastify-static/commit/c68224e3067e18ee4c676cc9db66aae6b30ffb02"><code>c68224e</code></a> docs(readme): fix typos (<a href="https://redirect.github.com/fastify/fastify-static/issues/600">#600</a>)</li> <li><a href="https://github.com/fastify/fastify-static/commit/36c939dd75453d3cc9a134d8b7868d1ef6e01c67"><code>36c939d</code></a> Bumped v10.1.0</li> <li><a href="https://github.com/fastify/fastify-static/commit/7c1121a7d549c22ff8616d001d5c7fbbbffd7eb5"><code>7c1121a</code></a> feat: use <code>@fastify/error</code> for errors and add option <code>suppressWarning</code> (<a href="https://redirect.github.com/fastify/fastify-static/issues/599">#599</a>)</li> <li><a href="https://github.com/fastify/fastify-static/commit/c57d8bc222ac8adec9aab4bc37643d0f29239ea8"><code>c57d8bc</code></a> fix: set Vary: Accept-Encoding for preCompressed responses (<a href="https://redirect.github.com/fastify/fastify-static/issues/586">#586</a>)</li> <li><a href="https://github.com/fastify/fastify-static/commit/babf6dfc681bedc5591f04b2b06227c9ea1d789d"><code>babf6df</code></a> Bumped v10.0.0</li> <li>Additional commits viewable in <a href="https://github.com/fastify/fastify-static/compare/v9.1.3...v10.1.2">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/skywalking-banyandb/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
