mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5678] [MERGED] chore: security patch for the dependency chain v2025.12.0 #5314
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#5314
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/5678
Author: @mirarifhasan
Created: 12/9/2025
Status: ✅ Merged
Merged: 12/12/2025
Merged by: @jamesgeorge007
Base:
next← Head:chore/security-fix-2025-12-0📝 Commits (2)
8c5f46achore: update backend dependencies and resolve vulne022eecchore: bump non-major dependencies across packages📊 Changes
21 files changed (+2017 additions, -1578 deletions)
View changed files
📝
package.json(+5 -5)📝
packages/hoppscotch-agent/package.json(+5 -5)📝
packages/hoppscotch-backend/package.json(+19 -19)📝
packages/hoppscotch-cli/package.json(+4 -4)📝
packages/hoppscotch-common/package.json(+21 -21)📝
packages/hoppscotch-common/src/components/http/Request.vue(+1 -3)📝
packages/hoppscotch-common/src/components/lenses/ResponseBodyRenderer.vue(+4 -4)📝
packages/hoppscotch-common/src/helpers/import-export/import/postman.ts(+2 -2)📝
packages/hoppscotch-common/src/helpers/runner/adapter.ts(+1 -3)📝
packages/hoppscotch-common/src/services/documentation.service.ts(+2 -4)📝
packages/hoppscotch-common/src/services/spotlight/searchers/base/static.searcher.ts(+2 -2)📝
packages/hoppscotch-data/package.json(+2 -2)📝
packages/hoppscotch-desktop/package.json(+11 -11)📝
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/examples/tauri-app/package.json(+2 -2)📝
packages/hoppscotch-js-sandbox/package.json(+5 -5)📝
packages/hoppscotch-js-sandbox/src/types/index.ts(+1 -3)📝
packages/hoppscotch-kernel/package.json(+4 -4)📝
packages/hoppscotch-selfhost-web/package.json(+12 -12)📝
packages/hoppscotch-sh-admin/package.json(+12 -12)📝
pnpm-lock.yaml(+1888 -1439)...and 1 more files
📄 Description
Closes BE-688
What's changed
This pull request primarily updates dependency versions across the project, focusing on improving security and stability. The changes include upgrades to several core libraries, Docker base images, and build tools to address recent CVEs and ensure compatibility with the latest releases.
Dependency upgrades for backend and build process:
packages/hoppscotch-backend/package.json, including@nestjs/*,@prisma/*,nodemailer,cookie,express,class-validator, and several devDependencies, to their latest patch or minor versions for improved security and compatibility. [1] [2]package.jsonfor packages such asbody-parser,jws,nodemailer, and removed overrides for older versions, ensuring the use of patched versions and resolving vulnerabilities.Dependency upgrades across other packages:
hoppscotch-agent,hoppscotch-cli,hoppscotch-common,hoppscotch-data,hoppscotch-desktop, andhoppscotch-js-sandboxpackages.@vueuse/core,vue-router,@codemirror/view), build tools (vite,sass,autoprefixer), and development tools (@typescript-eslint,prettier,eslint,vitest).@graphql-codegenpackages) and security-focused packages (jose,dompurify,xmlbuilder2).Dockerfile and build environment enhancements:
prod.Dockerfilefrom3.22.2to3.23.0for both Caddy and Node.js build stages, improving security and package availability. [1] [2]1.25.5and patched dependencies (smallstep/certificates,x/crypto) in the Caddy build stage to address recent CVEs. [1] [2]11.6.4and PNPM to10.25.0in the Node.js build stage, and improved the process for patching the vulnerableglobpackage.These updates collectively enhance the project's security posture and ensure compatibility with the latest upstream releases.
Notes to reviewers
Nil
Summary by cubic
Security patch release that updates backend dependencies and the Docker build chain to resolve recent CVEs and improve stability. Addresses Linear BE-688.
Dependencies
Docker/build
Written for commit
e022eecf06. Summary will update automatically on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.