Skip to content

chore(deps): bump nanoid from 3.3.12 to 3.3.18 - #254

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nanoid-3.3.18
Open

chore(deps): bump nanoid from 3.3.12 to 3.3.18#254
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/nanoid-3.3.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps nanoid from 3.3.12 to 3.3.18.

Release notes

Sourced from nanoid's releases.

3.3.18

3.3.17

  • Fixed infinite loop on zero size.

3.3.16

3.3.15

  • Fixed npm provenance error.

3.3.14

  • Fixed random pool corruption on big ID sizes.

3.3.13

  • Reduced npm package size.
Changelog

Sourced from nanoid's changelog.

3.3.18

3.3.17

  • Fixed infinite loop on zero size.

3.3.16

3.3.15

  • Fixed npm provenance error.

3.3.14

  • Fixed random pool corruption on big ID sizes.

3.3.13

  • Reduced npm package size.
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for nanoid 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 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 [nanoid](https://github.com/ai/nanoid) from 3.3.12 to 3.3.18.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/3.3.18/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.12...3.3.18)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-version: 3.3.18
  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 Aug 10, 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: b97b2b9 Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 80826.69642703736 ops/sec (±0.75%) 44355.827899388205 ops/sec (±1.52%) 0.55
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 73748.60688881397 ops/sec (±0.65%) 49077.55133303189 ops/sec (±1.07%) 0.67
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 41922.682286249095 ops/sec (±0.86%) 24127.579263272528 ops/sec (±1.28%) 0.58
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error 7749.299401339625 ops/sec (±2.53%) 4332.798367697519 ops/sec (±3.08%) 0.56
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 11439.081967915878 ops/sec (±1.45%) 6877.491973422911 ops/sec (±1.38%) 0.60
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only 531957.7732247612 ops/sec (±0.57%) 367439.1967778971 ops/sec (±2.58%) 0.69
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() 56143.348961725475 ops/sec (±2.92%) 40916.51636711715 ops/sec (±2.82%) 0.73
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap 63373.04572867877 ops/sec (±1.38%) 46221.77899438597 ops/sec (±1.51%) 0.73
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) 62767.436725030806 ops/sec (±0.77%) 47297.584538015675 ops/sec (±0.94%) 0.75
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap 62887.355153067314 ops/sec (±0.79%) 46712.398512126 ops/sec (±0.86%) 0.74
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider 6331343.772072255 ops/sec (±1.35%) 3659523.004609583 ops/sec (±0.26%) 0.58
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton 6002682.751447462 ops/sec (±0.21%) 3674735.919157303 ops/sec (±0.23%) 0.61
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue 6411290.153562925 ops/sec (±1.02%) 3643329.0527346027 ops/sec (±0.97%) 0.57
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory 6391778.5554550225 ops/sec (±0.91%) 3731349.291036125 ops/sec (±0.79%) 0.58
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token 1983297.0202500816 ops/sec (±0.63%) 1231183.1036989056 ops/sec (±0.71%) 0.62
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token 1921280.3822893526 ops/sec (±0.71%) 1316018.4734202325 ops/sec (±0.72%) 0.68
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token 2772430.4529831726 ops/sec (±0.16%) 1783899.5774658315 ops/sec (±0.30%) 0.64
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token 1929756.3249677485 ops/sec (±0.53%) 1315930.5814242992 ops/sec (±0.55%) 0.68
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check 2926432.5660437457 ops/sec (±0.13%) 1806360.778904609 ops/sec (±0.19%) 0.62
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() 3317478.089138539 ops/sec (±2.05%) 1989351.3462046375 ops/sec (±2.25%) 0.60
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate 3456740.9698949927 ops/sec (±1.29%) 2077218.3049918814 ops/sec (±0.64%) 0.60
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module 1910211.8471833272 ops/sec (±0.69%) 1318623.2747570868 ops/sec (±0.43%) 0.69
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree 982997.9056322911 ops/sec (±0.43%) 674368.8967327109 ops/sec (±0.61%) 0.69
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) 1620219.180168667 ops/sec (±0.44%) 1033574.8692689876 ops/sec (±0.46%) 0.64
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks 1299275.7167574896 ops/sec (±0.65%) 861264.3797109328 ops/sec (±0.67%) 0.66
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers 833792.1022888846 ops/sec (±0.40%) 601067.2979531069 ops/sec (±0.70%) 0.72
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers 835199.1096770694 ops/sec (±0.40%) 598005.5897686194 ops/sec (±2.06%) 0.72
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs 841057.1673533809 ops/sec (±0.43%) 606220.5693193878 ops/sec (±0.44%) 0.72
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes 31741.670521459186 ops/sec (±5.79%) 20659.201604495036 ops/sec (±7.81%) 0.65
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller 131172.7830102896 ops/sec (±7.40%) 87549.06480088776 ops/sec (±9.59%) 0.67
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers 28929.97361586518 ops/sec (±5.55%) 20055.348642388202 ops/sec (±7.48%) 0.69
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity 401989.304558498 ops/sec (±0.37%) 348297.84898624144 ops/sec (±1.02%) 0.87
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity 73369.54437513833 ops/sec (±0.34%) 66342.982298651 ops/sec (±0.49%) 0.90
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity 36086.68839322468 ops/sec (±0.34%) 32949.193140155745 ops/sec (±0.54%) 0.91
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path 17500711.29998013 ops/sec (±0.13%) 12503091.774915366 ops/sec (±0.09%) 0.71
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param 2633151.194254025 ops/sec (±0.54%) 2209847.5226742206 ops/sec (±1.46%) 0.84
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params 1883819.009112202 ops/sec (±0.77%) 1332989.981337998 ops/sec (±0.60%) 0.71

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

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