mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #5786] [MERGED] chore: security patch for the dependency chain v2026.1.0 #5348
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5348
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5786
Author: @mirarifhasan
Created: 1/20/2026
Status: ✅ Merged
Merged: 1/21/2026
Merged by: @jamesgeorge007
Base:
next← Head:chore/security-fix-2025-1-0📝 Commits (4)
9795e08chore: update backend dependencies and devDependencies0489cf8chore: update dependencies and patch vulnerabilities in Dockerfilefcec5a0chore: enable depends_on for frontend and admin services75f0c2fchore: bump non-major dependencies across packages📊 Changes
18 files changed (+2756 additions, -1874 deletions)
View changed files
📝
docker-compose.yml(+4 -4)📝
package.json(+8 -6)📝
packages/codemirror-lang-graphql/package.json(+1 -1)📝
packages/hoppscotch-agent/package.json(+6 -6)📝
packages/hoppscotch-backend/package.json(+17 -17)📝
packages/hoppscotch-cli/package.json(+3 -3)📝
packages/hoppscotch-common/package.json(+17 -17)📝
packages/hoppscotch-data/package.json(+2 -2)📝
packages/hoppscotch-desktop/package.json(+8 -8)📝
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/examples/tauri-app/package.json(+1 -1)📝
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/package.json(+1 -1)📝
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/package.json(+1 -1)📝
packages/hoppscotch-js-sandbox/package.json(+11 -11)📝
packages/hoppscotch-kernel/package.json(+4 -4)📝
packages/hoppscotch-selfhost-web/package.json(+9 -9)📝
packages/hoppscotch-sh-admin/package.json(+8 -8)📝
pnpm-lock.yaml(+2631 -1766)📝
prod.Dockerfile(+24 -9)📄 Description
Closes BE-708
What's changed
Security patch across the Docker build and Node backend to address CVEs and keep dependencies on safe minor versions. Upgrades Alpine, Go, npm/pnpm, and several backend libraries to reduce risk without functional changes.
Notes to reviewers
Nil
Summary by cubic
Security patch across the Docker build and Node backend to address CVEs and keep dependencies on safe minor versions (BE-708). Upgrades Alpine, Go, npm/pnpm, and several backend libraries to reduce risk without user-facing changes.
Dependencies
Refactors
Written for commit
75f0c2f8de. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.