Skip to content

Conversation

randroid88
Copy link
Contributor

Summary

This PR combines all 7 open Dependabot PRs into a single update to simplify the merge process.

Updates Included

Backend (Python)

Frontend

Auth Service

Security Fixes

Benefits

  • Latest stable versions of all dependencies
  • Security vulnerabilities patched
  • Performance improvements
  • Support for Python 3.13 and Node.js 24

Test Plan

  • Build all Docker images successfully
  • Run all services with docker-compose
  • Verify authentication flow works
  • Test API endpoints
  • Check frontend functionality

This PR will close #2, #3, #4, #5, #6, #7, #8

🤖 Generated with Claude Code

This commit combines all open Dependabot PRs into a single update:

Backend (Python):
- python-dotenv: 1.0.1 → 1.1.0 (PR #2)
- pydantic-settings: 2.7.1 → 2.9.1 (PR #2)
- python-jose[cryptography]: 3.3.0 → 3.4.0 (PR #2)
- redis: 5.2.1 → 6.1.0 (PR #3)
- Python Docker image: 3.12-slim → 3.13-slim (PR #7)

Frontend:
- tailwindcss: 3.4.17 → 4.1.7 (PR #5)
- Node.js Docker image: 22-alpine → 24-alpine (PR #8)

Auth Service:
- express: 4.21.2 → 5.1.0 (PR #4)
- Node.js Docker image: 22-alpine → 24-alpine (PR #6)

These updates include:
- Security fixes (CVE-2024-33664, CVE-2024-33663 in python-jose)
- Performance improvements
- Support for newer Python and Node.js versions
- Bug fixes and stability improvements

Closes #2, #3, #4, #5, #6, #7, #8

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
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