chore(deps): clear Dependabot security advisories#5
Merged
Conversation
Python: nicegui 3.13, cryptography 49, pyjwt 2.13, pydantic-settings 2.14.2; floor transitive aiohttp/starlette/idna/urllib3/python-multipart via uv constraints. Website: astro 6.4.x with overrides for vite/esbuild/devalue and js-yaml ^4.2.0. Resolves all open Dependabot alerts; npm audit clean.
bartei
added a commit
that referenced
this pull request
Jun 26, 2026
Cut a patch release so the security bumps from #5 (nicegui, cryptography, pyjwt, urllib3, starlette, aiohttp, idna, python-multipart; website astro/ vite/esbuild/devalue/js-yaml) are built and published as a Docker image. The bumps merged as chore(deps), which semantic-release does not release on.
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 dependencies to clear all open Dependabot alerts (12 high / 18 moderate / 11 low).
Python (uv.lock)
Direct bumps:
nicegui 3.11→3.13,cryptography 48→49,pyjwt 2.12→2.13,pydantic-settings→2.14.2.Transitive floors via
[tool.uv] constraint-dependencies:aiohttp≥3.14.1,starlette≥1.3.1,idna≥3.15,urllib3≥2.7.0,python-multipart≥0.0.31.Clears the high alerts on cryptography, urllib3, starlette, pyjwt, nicegui + the related mediums/lows.
Website (package-lock.json)
astro→6.4.xplusoverridesforvite≥7.3.5,esbuild≥0.28.1,devalue≥5.8.1, andjs-yaml ^4.2.0(4.x line — 5.x drops the default export astro needs).npm audit→ 0 vulnerabilities.Verification
uv lockresolves cleanly; 148 unit tests pass; app boots and the login page renders correctly on nicegui 3.13.npm auditreports 0 vulnerabilities.CI runs the full e2e suite against the new nicegui here before this reaches main.