Skip to content

Bump extend and koa-body in /packages/corewar-public/server#120

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/packages/corewar-public/server/multi-7bacce5dc4
Open

Bump extend and koa-body in /packages/corewar-public/server#120
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/packages/corewar-public/server/multi-7bacce5dc4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2026

Bumps extend to 3.0.2 and updates ancestor dependency koa-body. These dependencies need to be updated together.

Updates extend from 3.0.1 to 3.0.2

Changelog

Sourced from extend's changelog.

3.0.2 / 2018-07-19

  • [Fix] Prevent merging __proto__ property (#48)
  • [Dev Deps] update eslint, @ljharb/eslint-config, tape
  • [Tests] up to node v10.7, v9.11, v8.11, v7.10, v6.14, v4.9; use nvm install-latest-npm
Commits
  • 8d106d2 v3.0.2
  • e97091f [Dev Deps] update tape
  • e841aac [Tests] up to node v10.7
  • 0e68e71 [Fix] Prevent merging proto property
  • a689700 Only apps should have lockfiles
  • f13c1c4 [Dev Deps] update eslint, @ljharb/eslint-config, tape
  • f3570fe [Tests] up to node v10.0, v9.11, v8.11, v7.10, v6.14, v4.9; use...
  • See full diff in compare view

Updates koa-body from 1.7.0 to 7.0.1

Release notes

Sourced from koa-body's releases.

v7.0.1

Patch Changes

v7.0.0

Major Changes

  • #239 e59b8ce Thanks @​TheDadi! - chore: introduce @biomejs/biome as linter and formatter instead of prettier chore: introduce @changesets/cli to automate publish and changelog chore: introduce GitHub actions for publishing to npm chore: introduce GitHub actions for preview publish using pkg-pr-new chore: replace mocha with node:test chore: updated all dependencies to latest chore: updated dev dependency koa-router to use @koa/router instead chore: introduce tshy and @arethetypeswrong/cli to have esm and commonjs exports and verification that types and exports are compatible with different module resolutions (fixes: koajs/koa-body#233) chore: introduce pnpm as package-manager

    refactor: use ctx.request.rawBody instead of ctx.request.body[symbolUnparsed] for unparsed body if includeUnparsed is set refactor: ctx.request.rawBody is also set on content-type text/* if includeUnparsed is set refactor: if given method is not in parsedMethods do not patch koa and node with empty object anymore (fixes: koajs/koa-body#238) refactor: changed type of ctx.req.body and ctx.request.body from any to { [key: string]: unknown } | string

    feat: allow to override formidable onPart see https://github.com/node-formidable/formidable#formonpart (fixes: koajs/koa-body#172)

    docs: updated README.md to reflect changes docs: reworked examples to use typescript

2.0

No release notes provided.

Changelog

Sourced from koa-body's changelog.

7.0.1

Patch Changes

7.0.0

Major Changes

  • #239 e59b8ce Thanks @​TheDadi! - chore: introduce @biomejs/biome as linter and formatter instead of prettier chore: introduce @changesets/cli to automate publish and changelog chore: introduce GitHub actions for publishing to npm chore: introduce GitHub actions for preview publish using pkg-pr-new chore: replace mocha with node:test chore: updated all dependencies to latest chore: updated dev dependency koa-router to use @koa/router instead chore: introduce tshy and @arethetypeswrong/cli to have esm and commonjs exports and verification that types and exports are compatible with different module resolutions (fixes: koajs/koa-body#233) chore: introduce pnpm as package-manager

    refactor: use ctx.request.rawBody instead of ctx.request.body[symbolUnparsed] for unparsed body if includeUnparsed is set refactor: ctx.request.rawBody is also set on content-type text/* if includeUnparsed is set refactor: if given method is not in parsedMethods do not patch koa and node with empty object anymore (fixes: koajs/koa-body#238) refactor: changed type of ctx.req.body and ctx.request.body from any to { [key: string]: unknown } | string

    feat: allow to override formidable onPart see https://github.com/node-formidable/formidable#formonpart (fixes: koajs/koa-body#172)

    docs: updated README.md to reflect changes docs: reworked examples to use typescript

6.0.0 (future release)

  • rewrite in TypeScript (thanks @​TheDadi)
  • removed the deprecated strict option
  • add "application/reports+json" to allowed types (#204)
  • test against Node.js 14+

5.0.0

Mistakenly republished v4.2.0. See #207.

4.2.0

  • support all text content types (#179)
  • adds TypeScript integration testing (#177)
  • removes testing against EOL Node.js verions

4.1.3

Reverted changes introduced in 4.1.2. Now 4.1.3 is effectively the same as 4.1.1.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for koa-body since your current version.


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.

Bumps [extend](https://github.com/justmoon/node-extend) to 3.0.2 and updates ancestor dependency [koa-body](https://github.com/koajs/koa-body). These dependencies need to be updated together.


Updates `extend` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/justmoon/node-extend/blob/main/CHANGELOG.md)
- [Commits](justmoon/node-extend@v3.0.1...v3.0.2)

Updates `koa-body` from 1.7.0 to 7.0.1
- [Release notes](https://github.com/koajs/koa-body/releases)
- [Changelog](https://github.com/koajs/koa-body/blob/master/CHANGELOG.md)
- [Commits](https://github.com/koajs/koa-body/commits/v7.0.1)

---
updated-dependencies:
- dependency-name: extend
  dependency-version: 3.0.2
  dependency-type: indirect
- dependency-name: koa-body
  dependency-version: 7.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 22, 2026
@netlify
Copy link

netlify bot commented Jan 22, 2026

Deploy Preview for fervent-colden-f3a70c ready!

Name Link
🔨 Latest commit fbc4367
🔍 Latest deploy log https://app.netlify.com/projects/fervent-colden-f3a70c/deploys/69729b7a7b412c000853dd5c
😎 Deploy Preview https://deploy-preview-120--fervent-colden-f3a70c.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants