Skip to content

fix: clear critical dependency vulns and bump safe packages - #1527

Merged
ricardo-devis-agullo merged 2 commits into
masterfrom
security/dependency-upgrades
Jul 25, 2026
Merged

fix: clear critical dependency vulns and bump safe packages#1527
ricardo-devis-agullo merged 2 commits into
masterfrom
security/dependency-upgrades

Conversation

@ricardo-devis-agullo

Copy link
Copy Markdown
Collaborator

Summary

  • Remove unused deprecated azure-storage from oc-azure-storage-adapter (eliminates critical request/form-data chain; adapter already uses @azure/storage-blob)
  • Bump multer to ^2.2.0 (DoS fixes, same major)
  • Bump tmp to ^0.2.7 in oc-gs-storage-adapter (path traversal fixes)
  • Upgrade @aws-sdk/client-s3 to ^3.1095.0 and migrate @aws-sdk/node-http-handler@smithy/node-http-handler
  • Upgrade @google-cloud/storage 6 → 7 (clears uuid/teeny-request moderate issues)
  • Refresh transitive lockfile deps (postcss, fast-uri, find-my-way, body-parser, etc.)

Test plan

  • turbo run build test for oc-s3-storage-adapter, oc-gs-storage-adapter, oc-azure-storage-adapter — all green
  • CI passes on this PR
  • Spot-check S3/GCS/Azure adapter consumers if any external contract assumptions exist around AWS SDK agent proxy wiring

Follow-ups (not in this PR)

  • Remaining audit noise mostly from jest 29/minimatch, mocha→serialize-javascript, unmaintained node-dir, and external oc-template-*-compiler packages

Generated with Devin

ricardo-devis-agullo and others added 2 commits July 25, 2026 17:50
Clear critical/high issues from direct dependencies:
- remove unused deprecated azure-storage (request/form-data chain)
- multer ^2.2.0 (DoS fixes)
- @aws-sdk/client-s3 to latest v3; migrate to @smithy/node-http-handler
- @google-cloud/storage 6 → 7
- tmp 0.1 → 0.2.7

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Resolve conflicts with dependabot bumps for tmp/multer/body-parser/fast-uri.
Keep caret range on tmp and our AWS/GCS/azure-storage changes.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@ricardo-devis-agullo
ricardo-devis-agullo merged commit 15aa1f3 into master Jul 25, 2026
3 checks passed
@ricardo-devis-agullo
ricardo-devis-agullo deleted the security/dependency-upgrades branch July 25, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant