mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5487] [MERGED] chore: security patch for the dependency chain v2025.10.0 #5231
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#5231
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/5487
Author: @mirarifhasan
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @jamesgeorge007
Base:
next← Head:chore/security-fix-2025-10-0📝 Commits (4)
0750c9bchore: update dependencies and add express5 integration91c8308chore: update base images and dependencies for security74b7b95chore: improve NPM installation security in Dockerfilec2e9f3echore: bump non-major dependencies📊 Changes
17 files changed (+2750 additions, -2464 deletions)
View changed files
📝
package.json(+6 -5)📝
packages/codemirror-lang-graphql/package.json(+3 -3)📝
packages/hoppscotch-agent/package.json(+2 -2)📝
packages/hoppscotch-backend/package.json(+20 -19)📝
packages/hoppscotch-cli/package.json(+2 -2)📝
packages/hoppscotch-common/package.json(+14 -14)📝
packages/hoppscotch-data/package.json(+1 -1)📝
packages/hoppscotch-desktop/package.json(+4 -4)📝
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/package.json(+2 -2)📝
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/package.json(+2 -2)📝
packages/hoppscotch-js-sandbox/package.json(+2 -2)📝
packages/hoppscotch-kernel/package.json(+9 -9)📝
packages/hoppscotch-selfhost-desktop/package.json(+7 -7)📝
packages/hoppscotch-selfhost-web/package.json(+7 -7)📝
packages/hoppscotch-sh-admin/package.json(+3 -3)📝
pnpm-lock.yaml(+2640 -2373)📝
prod.Dockerfile(+26 -9)📄 Description
Closes BE-665
What's changed
This pull request primarily updates dependencies and base images to address security vulnerabilities and keep the project up to date. The most important changes are grouped below:
Security and Dependency Updates:
prod.Dockerfilefrom3.22.1to3.22.2for both Caddy builder and Node.js base, ensuring the latest security patches. [1] [2]1.25.1to1.25.3to address CVE-2025-47907.quic-goto versionv0.55.0in the Caddy build process to resolve a known CVE.npm@11.6.2), avoiding vulnerabilities in Alpine's packaged version, and updatedpnpmto10.18.3.package.jsonandpackages/hoppscotch-backend/package.json, including major upgrades to@commitlint,@nestjs,nodemailer,prisma,posthog-node, and development tools, improving security and compatibility. [1] [2] [3]These changes collectively improve the security posture and reliability of the build and runtime environments.
Notes to reviewers
Build the app, and test the functionality.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.