Bump the npm_and_yarn group across 1 directory with 2 updates#69
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the npm_and_yarn group across 1 directory with 2 updates#69dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the npm_and_yarn group with 2 updates in the / directory: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [uuid](https://github.com/uuidjs/uuid). Updates `fast-xml-parser` from 5.5.8 to 5.7.2 - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.5.8...v5.7.2) Removes `uuid` --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.7.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: uuid dependency-version: dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
MansiVisuals
added a commit
that referenced
this pull request
May 5, 2026
…loop (#68) Features - Custom favicon upload (#66): accepts SVG/PNG/ICO up to 100 KB; SVG sanitized via DOMPurify, PNG/ICO magic-byte verified. Served from /api/branding/favicon and overrides the default browser-tab icons. - Loop playback toggle on the video player (#68). Upload/download performance - Worker-side S3 multipart upload now parallel (env S3_SERVER_MULTIPART_CONCURRENCY, default 4). - s3UploadFile streams chunk-by-chunk; no longer buffers whole transcoded outputs in heap. - Browser S3 multipart now uses a worker pool instead of Promise.all batches; parts sorted on completion (fixes "Failed to complete upload" for the new pool). - XMLHttpRequest per-part upload: byte-level onProgress, no more 25 MiB-jump progress bars. - Per-part retry with 0.5 s / 1.5 s / 4.5 s exponential backoff. - Presigned part-URL TTL raised from 1 h to 6 h. - TUS finish uses fs.rename instead of pipeline-copy in FS mode (with EXDEV fallback). - Backpressure-aware FS download stream (manual pause/resume on desiredSize). - Range-bounded downloads honor open-ended ranges as "rest of file" instead of capping at 16 MiB. - ZIP bundles use store: true (no compression on already-compressed video bytes). - Fire-and-forget download analytics so the browser save dialog opens immediately on click. - Token-based download for admin Project Uploads (no fetch-into-Blob detour). - TRANSFER_STREAM_HWM_MB default raised from 4 to 16 MiB. Security audit fixes - Cross-project IDOR on recipient PATCH/DELETE: lookup now scoped by projectId. - Race conditions on default-row creation in 5 endpoints converted to upsert / unique-constraint catch. - Video approval wrapped in prisma.$transaction. - Share-page guest auth no longer recurses with stale closure shareToken. - OTP verify timing oracle removed (no email enumeration via timing). - Push subscription list survives malformed stored endpoint URLs. - Cloud-metadata SSRF deny-list on outbound notification URLs (Gotify baseUrl, NTFY serverUrl). - Missing rate limits added on 6 admin routes (blocklist domains/ips, test-email, logo, security/events DELETE, share/send-otp per-IP). - crypto.randomUUID for client-side upload IDs. Dependencies - Bumped @aws-sdk/client-s3, @aws-sdk/s3-request-presigner, @tus/file-store, bullmq, isomorphic-dompurify, next-intl, nodemailer, postcss within their semver ranges. Satisfies Dependabot PR #69 transitively. @tus/server stays pinned to 2.0.0 (transitive srvx vulnerability not yet patched upstream). Other - Removed scripts/ folder (PWA-icon bootstrap was one-shot; icons already committed). - Wiki docs added for the transfer-tuning env vars (TRANSFER_STREAM_HWM_MB, TRANSFER_STREAM_CHUNK_MB, S3_SERVER_MULTIPART_CONCURRENCY).
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 the npm_and_yarn group with 2 updates in the / directory: fast-xml-parser and uuid.
Updates
fast-xml-parserfrom 5.5.8 to 5.7.2Release notes
Sourced from fast-xml-parser's releases.
... (truncated)
Changelog
Sourced from fast-xml-parser's changelog.
... (truncated)
Commits
b1d5b90update releas info78571aetests for long tag expressionebaedc0allow numerical external entities for backward compatibility91245ebupdate changelog79dd40dfix #705: don not group and nest attributes when both preserveOrder and attri...d6bce3ballow long attribute expressions9a2561bremove unnecessary0f08303fix typof529642update to release v5.7.052a8583Revert "improve performance of attributes reading"Removes
uuidDependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.