Skip to content

chore(deps): bump tar from 7.5.13 to 7.5.21 - #234

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tar-7.5.21
Closed

chore(deps): bump tar from 7.5.13 to 7.5.21#234
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tar-7.5.21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps tar from 7.5.13 to 7.5.21.

Commits

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 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 [tar](https://github.com/isaacs/node-tar) from 7.5.13 to 7.5.21.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.13...v7.5.21)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.21
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 22, 2026

@adesege adesege left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Details
Benchmark suite Current: caf4d4b Previous: 7abf1a4 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 46058.83028994525 ops/sec (±1.41%) 50159.54786183608 ops/sec (±1.20%) 1.09
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 48135.83489408538 ops/sec (±0.86%) 48788.542100785955 ops/sec (±0.78%) 1.01
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 16044.64631319001 ops/sec (±1.25%) 16324.656937824655 ops/sec (±1.20%) 1.02
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error 3697.1054853278597 ops/sec (±3.80%) 3767.6341525889247 ops/sec (±3.58%) 1.02
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 6406.8957330788135 ops/sec (±1.18%) 6465.66593197288 ops/sec (±1.25%) 1.01
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only 375774.12488711753 ops/sec (±0.52%) 376306.82818050386 ops/sec (±0.43%) 1.00
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() 37421.144103593615 ops/sec (±0.97%) 38183.21846588412 ops/sec (±0.93%) 1.02
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap 41171.058664911725 ops/sec (±1.62%) 38777.470454862014 ops/sec (±2.52%) 0.94
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) 42109.16404887471 ops/sec (±0.88%) 44139.17336156522 ops/sec (±0.72%) 1.05
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap 41538.41231880031 ops/sec (±0.87%) 43671.34722128782 ops/sec (±0.74%) 1.05
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider 4248430.89540685 ops/sec (±1.70%) 4378267.089319942 ops/sec (±1.57%) 1.03
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton 3951316.901536171 ops/sec (±2.14%) 3996288.7611478744 ops/sec (±2.06%) 1.01
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue 4464559.589256249 ops/sec (±2.36%) 4685169.337081629 ops/sec (±1.56%) 1.05
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory 4418325.036799174 ops/sec (±2.40%) 4760014.600562802 ops/sec (±0.71%) 1.08
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token 1380256.2111883415 ops/sec (±1.49%) 1398230.3724598626 ops/sec (±0.42%) 1.01
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token 1402659.6437240466 ops/sec (±0.49%) 1442223.1433174785 ops/sec (±0.42%) 1.03
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token 1928009.7570741745 ops/sec (±0.13%) 1916660.9496722054 ops/sec (±0.17%) 0.99
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token 1341667.6431172378 ops/sec (±0.49%) 1366570.6662249872 ops/sec (±0.46%) 1.02
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check 2028525.4644672435 ops/sec (±0.12%) 2060612.6441198322 ops/sec (±0.22%) 1.02
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() 2509075.252293852 ops/sec (±3.48%) 2448987.8334662053 ops/sec (±3.52%) 0.98
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate 2413869.927584703 ops/sec (±2.12%) 2405055.4643926523 ops/sec (±0.62%) 1.00
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module 1376087.6587301285 ops/sec (±0.62%) 1340462.7024322296 ops/sec (±0.71%) 0.97
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree 673189.5287673299 ops/sec (±0.48%) 666424.4474642557 ops/sec (±0.39%) 0.99
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) 1133399.528505621 ops/sec (±0.70%) 1183561.6330960623 ops/sec (±0.35%) 1.04
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks 814058.1260864337 ops/sec (±0.76%) 851155.870407782 ops/sec (±0.55%) 1.05
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers 599313.4582204411 ops/sec (±0.51%) 590249.3046864584 ops/sec (±2.29%) 0.98
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers 592832.7657221531 ops/sec (±0.41%) 604495.8718469703 ops/sec (±0.29%) 1.02
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs 601775.1093727873 ops/sec (±0.36%) 593957.25042619 ops/sec (±1.36%) 0.99
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes 9715.451504469816 ops/sec (±7.06%) 8391.603815600616 ops/sec (±6.55%) 0.86
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller 53699.558081268566 ops/sec (±7.36%) 48315.360497889866 ops/sec (±7.22%) 0.90
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers 10753.892826704148 ops/sec (±6.01%) 10884.969280489046 ops/sec (±5.37%) 1.01
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity 335971.1244593013 ops/sec (±0.54%) 332313.5088406572 ops/sec (±1.51%) 0.99
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity 63663.78634433505 ops/sec (±0.55%) 60216.679809510286 ops/sec (±0.68%) 0.95
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity 31158.87292124852 ops/sec (±0.49%) 31479.58270665301 ops/sec (±0.35%) 1.01
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path 11881118.85938817 ops/sec (±0.11%) 12502380.574745644 ops/sec (±0.12%) 1.05
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param 1746148.2049611055 ops/sec (±0.69%) 1807787.3853475987 ops/sec (±0.48%) 1.04
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params 1326049.1433761604 ops/sec (±0.86%) 1346117.2569435074 ops/sec (±0.60%) 1.02

This comment was automatically generated by workflow using github-action-benchmark.

@dependabot @github

dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #242.

@dependabot dependabot Bot closed this Jul 25, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/tar-7.5.21 branch July 25, 2026 06:59
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant