[PR #30] [CLOSED] chore(deps): bump koa from 2.15.3 to 2.16.0 #183

Closed
opened 2026-02-17 17:06:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/30
Author: @dependabot[bot]
Created: 3/30/2025
Status: Closed

Base: developHead: dependabot/npm_and_yarn/koa-2.16.0


📝 Commits (1)

  • ae02094 chore(deps): bump koa from 2.15.3 to 2.16.0

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 yarn.lock (+3 -3)

📄 Description

Bumps koa from 2.15.3 to 2.16.0.

Release notes

Sourced from koa's releases.

2.16.0

This is a backported release to fix core underlying issue with HEAD requests when using http2.createSecureServer. See discussion at koajs/koa#1593 and koajs/koa#1547.

  • fix missing cleanup, if response socket is no longer writeable (issue 1547) (koajs/koa#1593) 399cb6b0dd2104224c0ef0ce8e92f84e4f7faf42

2.15.4

Full Changelog: https://github.com/koajs/koa/compare/2.15.3...2.15.4

Fix: avoid redos on host and protocol getter, see https://github.com/koajs/koa/security/advisories/GHSA-593f-38f6-jp5m

Commits
Maintainer changes

This version was pushed to npm by titanism, a new releaser for koa since your current version.


Dependabot compatibility score

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 commands and options

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 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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop/pull/30 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/30/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/koa-2.16.0` --- ### 📝 Commits (1) - [`ae02094`](https://github.com/Drop-OSS/drop/commit/ae0209493e5b1e0f5b73b29931b849cdd2ae15fe) chore(deps): bump koa from 2.15.3 to 2.16.0 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `yarn.lock` (+3 -3) </details> ### 📄 Description Bumps [koa](https://github.com/koajs/koa) from 2.15.3 to 2.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/koajs/koa/releases">koa's releases</a>.</em></p> <blockquote> <h2>2.16.0</h2> <p>This is a backported release to fix core underlying issue with <code>HEAD</code> requests when using <code>http2.createSecureServer</code>. See discussion at <a href="https://redirect.github.com/koajs/koa/pull/1593">koajs/koa#1593</a> and <a href="https://redirect.github.com/koajs/koa/issues/1547">koajs/koa#1547</a>.</p> <ul> <li>fix missing cleanup, if response socket is no longer writeable (issue 1547) (<a href="https://redirect.github.com/koajs/koa/pull/1593">koajs/koa#1593</a>) 399cb6b0dd2104224c0ef0ce8e92f84e4f7faf42</li> </ul> <h2>2.15.4</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/koajs/koa/compare/2.15.3...2.15.4">https://github.com/koajs/koa/compare/2.15.3...2.15.4</a></p> <p>Fix: avoid redos on host and protocol getter, see <a href="https://github.com/koajs/koa/security/advisories/GHSA-593f-38f6-jp5m">https://github.com/koajs/koa/security/advisories/GHSA-593f-38f6-jp5m</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/koajs/koa/commit/399cb6b0dd2104224c0ef0ce8e92f84e4f7faf42"><code>399cb6b</code></a> fix missing cleanup, if response socket is no longer writeable (issue 1547) (...</li> <li><a href="https://github.com/koajs/koa/commit/5054af6e31ffd451a4151a1fe144cef6e5d0d83c"><code>5054af6</code></a> Merge commit from fork</li> <li><a href="https://github.com/koajs/koa/commit/71902b1f2154469be4daaee8ffe9dc2b8cbbc5a0"><code>71902b1</code></a> 3.0.0-alpha.2</li> <li><a href="https://github.com/koajs/koa/commit/4c34546413bb3d56a9606ba9a32e255ec308e413"><code>4c34546</code></a> deps: update http-errors to v2.0.0 (<a href="https://redirect.github.com/koajs/koa/issues/1486">#1486</a>)</li> <li><a href="https://github.com/koajs/koa/commit/ce6b3b6eeed08608c85ec133de6cbcbc8e03a046"><code>ce6b3b6</code></a> Use node test runner (<a href="https://redirect.github.com/koajs/koa/issues/1845">#1845</a>)</li> <li><a href="https://github.com/koajs/koa/commit/988ebec9b4eeb17370beeb960443629381f158d8"><code>988ebec</code></a> :arrow_up: cookies@0.9.1 (<a href="https://redirect.github.com/koajs/koa/issues/1846">#1846</a>)</li> <li><a href="https://github.com/koajs/koa/commit/f9f7714e9528cb02f61ae7d8c8da09b502f88d69"><code>f9f7714</code></a> response.redirect: extract special-cased back, fixes <a href="https://redirect.github.com/koajs/koa/issues/904">#904</a> (<a href="https://redirect.github.com/koajs/koa/issues/1115">#1115</a>)</li> <li><a href="https://github.com/koajs/koa/commit/ff0f3b642a77cda1cc3daf31c5cec8be9dd00601"><code>ff0f3b6</code></a> Added exports.default to package.json (<a href="https://redirect.github.com/koajs/koa/issues/1630">#1630</a>)</li> <li><a href="https://github.com/koajs/koa/commit/7aad3d38bc965fc18412b732301557e898bd0b2a"><code>7aad3d3</code></a> docs: add an SSE example</li> <li><a href="https://github.com/koajs/koa/commit/0d9f062aa840c54b5c20911dab6ce62128d3b089"><code>0d9f062</code></a> :arrow_up: statuses@2.0.1</li> <li>Additional commits viewable in <a href="https://github.com/koajs/koa/compare/2.15.3...2.16.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~titanism">titanism</a>, a new releaser for koa since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=koa&package-manager=npm_and_yarn&previous-version=2.15.3&new-version=2.16.0)](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 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/Drop-OSS/drop/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:23 -05:00
yindo closed this issue 2026-02-17 17:06:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#183