Skip to content

chore(deps): bump tar from 7.5.13 to 7.5.20 - #233

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps tar from 7.5.13 to 7.5.20.

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.20.
- [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.20)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.20
  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 21, 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: f2241eb Previous: 7abf1a4 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 49668.90946942314 ops/sec (±1.26%) 50159.54786183608 ops/sec (±1.20%) 1.01
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 49645.42677823927 ops/sec (±0.65%) 48788.542100785955 ops/sec (±0.78%) 0.98
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 16521.456939710886 ops/sec (±1.23%) 16324.656937824655 ops/sec (±1.20%) 0.99
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error 3610.8850670178485 ops/sec (±4.91%) 3767.6341525889247 ops/sec (±3.58%) 1.04
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 6531.806214373373 ops/sec (±1.09%) 6465.66593197288 ops/sec (±1.25%) 0.99
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only 389345.86061420856 ops/sec (±0.43%) 376306.82818050386 ops/sec (±0.43%) 0.97
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() 38797.89074513872 ops/sec (±2.10%) 38183.21846588412 ops/sec (±0.93%) 0.98
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap 41981.27305227463 ops/sec (±1.91%) 38777.470454862014 ops/sec (±2.52%) 0.92
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) 43370.933942443015 ops/sec (±0.74%) 44139.17336156522 ops/sec (±0.72%) 1.02
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap 42807.11577621806 ops/sec (±0.70%) 43671.34722128782 ops/sec (±0.74%) 1.02
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider 4264510.678002358 ops/sec (±0.22%) 4378267.089319942 ops/sec (±1.57%) 1.03
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton 3963622.7474920196 ops/sec (±2.19%) 3996288.7611478744 ops/sec (±2.06%) 1.01
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue 4503211.540667578 ops/sec (±2.27%) 4685169.337081629 ops/sec (±1.56%) 1.04
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory 4604671.014602364 ops/sec (±0.71%) 4760014.600562802 ops/sec (±0.71%) 1.03
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token 1495111.7398511465 ops/sec (±0.43%) 1398230.3724598626 ops/sec (±0.42%) 0.94
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token 1461037.0649344125 ops/sec (±1.53%) 1442223.1433174785 ops/sec (±0.42%) 0.99
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token 1982070.8067959337 ops/sec (±0.18%) 1916660.9496722054 ops/sec (±0.17%) 0.97
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token 1401568.6292626937 ops/sec (±0.43%) 1366570.6662249872 ops/sec (±0.46%) 0.98
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check 2103868.279037178 ops/sec (±0.15%) 2060612.6441198322 ops/sec (±0.22%) 0.98
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() 2503997.6093708845 ops/sec (±3.08%) 2448987.8334662053 ops/sec (±3.52%) 0.98
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate 2489298.596039491 ops/sec (±0.61%) 2405055.4643926523 ops/sec (±0.62%) 0.97
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module 1369536.3072531808 ops/sec (±0.76%) 1340462.7024322296 ops/sec (±0.71%) 0.98
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree 691620.7412503088 ops/sec (±0.35%) 666424.4474642557 ops/sec (±0.39%) 0.96
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) 1170612.337730139 ops/sec (±0.39%) 1183561.6330960623 ops/sec (±0.35%) 1.01
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks 868951.0128718795 ops/sec (±0.53%) 851155.870407782 ops/sec (±0.55%) 0.98
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers 595486.1373195427 ops/sec (±2.46%) 590249.3046864584 ops/sec (±2.29%) 0.99
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers 616600.9332807208 ops/sec (±0.29%) 604495.8718469703 ops/sec (±0.29%) 0.98
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs 566786.639712099 ops/sec (±1.59%) 593957.25042619 ops/sec (±1.36%) 1.05
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes 10063.672608602561 ops/sec (±6.69%) 8391.603815600616 ops/sec (±6.55%) 0.83
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller 55047.30310114242 ops/sec (±7.36%) 48315.360497889866 ops/sec (±7.22%) 0.88
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers 10999.894753006349 ops/sec (±5.79%) 10884.969280489046 ops/sec (±5.37%) 0.99
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity 331490.6269658482 ops/sec (±0.37%) 332313.5088406572 ops/sec (±1.51%) 1.00
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity 62300.63337330326 ops/sec (±0.38%) 60216.679809510286 ops/sec (±0.68%) 0.97
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity 30187.992634128594 ops/sec (±0.39%) 31479.58270665301 ops/sec (±0.35%) 1.04
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path 12728906.421591198 ops/sec (±0.11%) 12502380.574745644 ops/sec (±0.12%) 0.98
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param 1965739.9556313416 ops/sec (±1.65%) 1807787.3853475987 ops/sec (±0.48%) 0.92
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params 1382672.1610441157 ops/sec (±0.35%) 1346117.2569435074 ops/sec (±0.60%) 0.97

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

@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #234.

@dependabot dependabot Bot closed this Jul 22, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/tar-7.5.20 branch July 22, 2026 01:47
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