18 Commits

Author SHA1 Message Date
5b441b3698 Fix remaining npm audit issues 2026-03-27 18:15:33 -07:00
Claude
e45a94f260 Upgrade Apollo Server 4 to 5
@apollo/server v4 reached end-of-life on January 26, 2026. This bumps
to v5 (resolves to 5.5.0) and raises the graphql peer requirement to
^16.11.0 as required by AS5. No application code changes were needed
since the project already used the AS5-compatible patterns (separate
@as-integrations/express5 package, context in expressMiddleware options).

https://claude.ai/code/session_015DcGUmHQtHQRt2QUSefXga
2026-03-27 15:36:15 +00:00
1dfdfeff1e Update package-lock and dockerfile 2025-11-14 11:05:47 -08:00
ca14fa6939 Update dependencies to latest minor/patch versions
- express-rate-limit: 8.0.1 → 8.1.0
- @types/node: 22.16.0 → 22.18.3
- ts-jest: 29.4.0 → 29.4.1
- typescript: 5.8.3 → 5.9.2

All tests pass (205 tests, 20 suites)
No security vulnerabilities found

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-13 18:34:41 -07:00
2c3d0a9fd4 Swap express-rate-limit for express-slow-down 2025-08-26 17:05:08 -07:00
9856719e38 Change the server setup to use Express.js for hosting 2025-08-26 11:02:03 -07:00
627cb87d34 Install express.js and express-rate-limit 2025-08-26 10:49:14 -07:00
07b739cdde Fix security vulnerabilities 2025-08-13 13:58:53 -04:00
e7488ee739 Update dependencies to latest compatible versions
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-08 00:05:21 -04:00
bef2ce18fb add redis types 2025-03-31 19:35:28 -07:00
617f4dc72b add redis and run npm audit fix 2025-03-27 09:26:37 -07:00
83cf38ed91 remove dotenv 2025-03-27 08:27:14 -07:00
a3efae9f24 add dotenv support 2025-02-10 10:32:18 -08:00
d730937b29 add notification support in schema 2025-02-04 10:27:06 -08:00
e2e47bafc5 add jsonwebtoken types 2025-02-02 14:21:20 -08:00
3bb7f3a030 add jsonwebtoken to dependencies 2025-02-02 14:00:43 -08:00
12ac84feae set up Jest configuration file 2024-12-30 14:47:53 -08:00
f9bae7dc07 initial commit 2024-12-21 16:44:53 -08:00