mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[PR #5278] [MERGED] chore: security patches for the dependency chain #5136
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#5136
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/5278
Author: @mirarifhasan
Created: 7/25/2025
Status: ✅ Merged
Merged: 7/28/2025
Merged by: @jamesgeorge007
Base:
next← Head:chore/secutiry-fix-2025-7-0📝 Commits (3)
e5fcdefchore: bump backend deps2c96ec6chore: clean up dependency overrides06f0b15chore: optimize Dockerfile builds📊 Changes
8 files changed (+2569 additions, -1988 deletions)
View changed files
📝
package.json(+1 -3)📝
packages/hoppscotch-backend/package.json(+29 -30)📝
packages/hoppscotch-backend/src/posthog/posthog.service.ts(+5 -12)📝
packages/hoppscotch-selfhost-desktop/package.json(+1 -0)📝
packages/hoppscotch-selfhost-web/package.json(+1 -0)📝
packages/hoppscotch-sh-admin/package.json(+1 -0)📝
pnpm-lock.yaml(+2490 -1851)📝
prod.Dockerfile(+41 -92)📄 Description
Closes SHBE-553
This PR updates backend dependencies and optimizes the production Dockerfile to address vulnerabilities and improve maintainability.
What's changed
Backend Dependencies
hoppscotch-backenddependencies to the latest versions that fix known vulnerabilities.pnpmOverridescookieandmulteras the updatedhoppscotch-backenddependencies no longer require them to be overridden.Dockerfile Optimization (
prod.Dockerfile)2.9.1to2.10.0to address Caddy-specific vulnerabilities.node_basebuild stage to reduce repetition and improve maintainability.dotenvandautofixerdependencies across relevant packages instead of depending on hoisting.Notes to reviewers
Make sure the containers (
backend,app,sh-admin,aio) boot and function properly.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.