Merge pull request #1544 from 0xi4o/bug/add-credentials-error

FIX: Upstash redis error causing deployment and adding credentials error
This commit is contained in:
Henry Heng 2024-01-16 15:35:31 +00:00 committed by GitHub
commit 60ebbaa0c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
"@supabase/supabase-js": "^2.29.0", "@supabase/supabase-js": "^2.29.0",
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
"@types/jsdom": "^21.1.1", "@types/jsdom": "^21.1.1",
"@upstash/redis": "^1.22.1", "@upstash/redis": "1.22.1",
"@zilliz/milvus2-sdk-node": "^2.2.24", "@zilliz/milvus2-sdk-node": "^2.2.24",
"apify-client": "^2.7.1", "apify-client": "^2.7.1",
"axios": "1.6.2", "axios": "1.6.2",