chore(deps): bump tar from 7.5.13 to 7.5.22 - #242
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
adesege
reviewed
Jul 25, 2026
Contributor
There was a problem hiding this comment.
Benchmark
Details
| Benchmark suite | Current: 7690f44 | Previous: ccb3f17 | Ratio |
|---|---|---|---|
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 |
48521.45879164722 ops/sec (±2.20%) |
44355.827899388205 ops/sec (±1.52%) |
0.91 |
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 |
54578.30021341694 ops/sec (±0.90%) |
49077.55133303189 ops/sec (±1.07%) |
0.90 |
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 |
24389.94682991528 ops/sec (±1.84%) |
24127.579263272528 ops/sec (±1.28%) |
0.99 |
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error |
4212.912007048311 ops/sec (±3.77%) |
4332.798367697519 ops/sec (±3.08%) |
1.03 |
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 |
7640.896944835444 ops/sec (±1.56%) |
6877.491973422911 ops/sec (±1.38%) |
0.90 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only |
328934.92159915523 ops/sec (±0.92%) |
367439.1967778971 ops/sec (±2.58%) |
1.12 |
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() |
44025.4623610531 ops/sec (±1.00%) |
40916.51636711715 ops/sec (±2.82%) |
0.93 |
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap |
43956.3888225244 ops/sec (±2.48%) |
46221.77899438597 ops/sec (±1.51%) |
1.05 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) |
46799.913888156785 ops/sec (±0.88%) |
47297.584538015675 ops/sec (±0.94%) |
1.01 |
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap |
46144.55853627992 ops/sec (±0.98%) |
46712.398512126 ops/sec (±0.86%) |
1.01 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider |
4270623.812091684 ops/sec (±1.74%) |
3659523.004609583 ops/sec (±0.26%) |
0.86 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton |
4072992.5174293285 ops/sec (±2.07%) |
3674735.919157303 ops/sec (±0.23%) |
0.90 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue |
4513546.32095261 ops/sec (±0.84%) |
3643329.0527346027 ops/sec (±0.97%) |
0.81 |
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory |
4470739.04326405 ops/sec (±0.95%) |
3731349.291036125 ops/sec (±0.79%) |
0.83 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token |
1380376.8818943696 ops/sec (±0.52%) |
1231183.1036989056 ops/sec (±0.71%) |
0.89 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token |
1454167.5928315818 ops/sec (±1.48%) |
1316018.4734202325 ops/sec (±0.72%) |
0.90 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token |
1949310.7095571358 ops/sec (±1.46%) |
1783899.5774658315 ops/sec (±0.30%) |
0.92 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token |
1379622.8493923522 ops/sec (±0.57%) |
1315930.5814242992 ops/sec (±0.55%) |
0.95 |
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check |
2059203.8599738954 ops/sec (±0.16%) |
1806360.778904609 ops/sec (±0.19%) |
0.88 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() |
2468375.016264464 ops/sec (±3.14%) |
1989351.3462046375 ops/sec (±2.25%) |
0.81 |
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate |
2375751.0259426744 ops/sec (±1.85%) |
2077218.3049918814 ops/sec (±0.64%) |
0.87 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes |
20301.312719359088 ops/sec (±8.60%) |
20659.201604495036 ops/sec (±7.81%) |
1.02 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller |
88633.97925964577 ops/sec (±9.74%) |
87549.06480088776 ops/sec (±9.59%) |
0.99 |
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers |
19479.605732780212 ops/sec (±7.82%) |
20055.348642388202 ops/sec (±7.48%) |
1.03 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity |
337609.34571310354 ops/sec (±1.12%) |
348297.84898624144 ops/sec (±1.02%) |
1.03 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity |
61256.08501226837 ops/sec (±0.68%) |
66342.982298651 ops/sec (±0.49%) |
1.08 |
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity |
29266.480191679453 ops/sec (±0.61%) |
32949.193140155745 ops/sec (±0.54%) |
1.13 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path |
12348027.234355904 ops/sec (±0.12%) |
12503091.774915366 ops/sec (±0.09%) |
1.01 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param |
2023190.4664181706 ops/sec (±0.47%) |
2209847.5226742206 ops/sec (±1.46%) |
1.09 |
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params |
1410350.5642672777 ops/sec (±0.64%) |
1332989.981337998 ops/sec (±0.60%) |
0.95 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module |
1234121.3804710258 ops/sec (±0.86%) |
1318623.2747570868 ops/sec (±0.43%) |
1.07 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree |
651963.1693989822 ops/sec (±0.56%) |
674368.8967327109 ops/sec (±0.61%) |
1.03 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) |
1147459.7876978177 ops/sec (±0.53%) |
1033574.8692689876 ops/sec (±0.46%) |
0.90 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks |
757238.0993321611 ops/sec (±0.64%) |
861264.3797109328 ops/sec (±0.67%) |
1.14 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers |
581573.8243647054 ops/sec (±0.59%) |
601067.2979531069 ops/sec (±0.70%) |
1.03 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers |
582301.3117201895 ops/sec (±0.61%) |
598005.5897686194 ops/sec (±2.06%) |
1.03 |
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs |
570652.9876617191 ops/sec (±2.16%) |
606220.5693193878 ops/sec (±0.44%) |
1.06 |
This comment was automatically generated by workflow using github-action-benchmark.
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.13 to 7.5.22. - [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.22) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.22 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
adesege
force-pushed
the
dependabot/npm_and_yarn/tar-7.5.22
branch
from
July 27, 2026 17:40
c5caf55 to
7690f44
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps tar from 7.5.13 to 7.5.22.
Commits
2a22bfc7.5.22df1cd8dAllow transform to be falsey0cd9cc37.5.21631ae59list: prevent unbounded recursionebbb7207.5.202f27196fix: fully disable and dispose of unzip when aborting parserbe440da7.5.192812e93add maxDecompressionRatio guard against explosive decompression9ecd4d27.5.189e78bf0refuse to let header size be less than 0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.