chore(deps): bump @tus/server from 2.4.2 to 2.4.5 - #1410
dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
LGTM, straightforward dependency version bump.
- Reviewed the diff: only
package.jsonandpackage-lock.jsonchange, bumping@ tus/server2.4.2 -> 2.4.5 (transitively@ tus/utilsto ^0.7.1). - No source, config, or lockfile inconsistencies beyond the expected resolved URLs/integrity hash updates for the two packages.
- Upstream changelog for this range is patch-level bug fixes (CORS header ordering, null-body response handling, path traversal hardening in
@ tus/utils), consistent with a routine dependency update.
Extended reasoning...
Overview
This PR touches only package.json and package-lock.json, bumping the pinned dependency @ tus/server from 2.4.2 to 2.4.5. The lockfile update correctly reflects the corresponding bump of the transitive dependency @ tus/utils from ^0.7.0 to ^0.7.1, including updated resolved URLs and integrity hashes. No application source code, configuration, or other files are modified.
Security risks
No new security risk is introduced by this change itself — it is a version bump of an existing, already-trusted dependency. If anything, the referenced upstream release notes indicate the bump includes several defensive fixes (rejecting encoded path separators and NUL bytes in upload IDs, preventing file store paths from escaping their configured directory), which are net security improvements rather than regressions. There is inherent trust placed in the upstream package registry and the dependabot-generated lockfile, but that is standard for any dependency bump and not specific to this PR.
Level of scrutiny
This warrants a low level of scrutiny. It is a mechanical, automated dependency bump (dependabot) confined to manifest/lockfile changes with no source code touched, following an established and unambiguous pattern.
Other factors
The diff was verified directly (git diff against package.json) confirming the version bump matches the PR description exactly. No CLAUDE.md conventions apply, no CODEOWNERS concerns were flagged, and the bug hunting system reported no findings. This combination of small, self-contained, mechanical scope and no outstanding review objections supports approval without requiring additional human review.
Coverage Report for CI Build 35624583793Coverage remained the same at 83.335%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats💛 - Coveralls |
|
there is a regression here, after the fix landed, will bump stores and merge this |
Bumps [@tus/server](https://github.com/tus/tus-node-server) from 2.4.2 to 2.4.5. - [Release notes](https://github.com/tus/tus-node-server/releases) - [Commits](https://github.com/tus/tus-node-server/compare/@tus/server@2.4.2...@tus/server@2.4.5) --- updated-dependencies: - dependency-name: "@tus/server" dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
065cc59 to
ae76b21
Compare
Bumps @tus/server from 2.4.2 to 2.4.5.
Release notes
Sourced from @tus/server's releases.
Commits
0bd46b0[ci] release (#874)4493247@tus/server: set CORS headers before early returns (#873)cdd6e79[ci] release (#861)6757b9e@tus/server: stop hanging when request body stream errors (#872)92db7b8@tus/server: avoid unnecessary POST_RECEIVE throttling (#858)cc037b9@tus/server: share cancellation context test helper (#863)fdd8cc7@tus/server: validate proposed merges in CI (#862)69253d9@tus/s3-store: map missing S3 resources to 404 (#859)0cf2903@tus/server: handle null-body response statuses (#860)83ccb2bUpdate skill