add redis and run npm audit fix

This commit is contained in:
2025-03-27 09:26:37 -07:00
parent 7761e09b0e
commit 617f4dc72b
2 changed files with 115 additions and 23 deletions

View File

@@ -26,6 +26,7 @@
"dependencies": {
"@apollo/server": "^4.11.2",
"graphql": "^16.10.0",
"jsonwebtoken": "^9.0.2"
"jsonwebtoken": "^9.0.2",
"redis": "^4.7.0"
}
}