chore(server): upgrade stripe sdk (#4733)

This commit is contained in:
liuyi
2023-10-26 12:37:52 +00:00
committed by GitHub
parent e0f7ac426c
commit 9334a363c7
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
"rxjs": "^7.8.1",
"semver": "^7.5.4",
"socket.io": "^4.7.2",
"stripe": "^13.6.0",
"stripe": "^14.1.0",
"ws": "^8.14.2",
"yjs": "^13.6.8"
},
@@ -215,7 +215,7 @@ export const getDefaultAFFiNEConfig: () => AFFiNEConfig = () => {
APIKey: '',
webhookKey: '',
},
apiVersion: '2023-08-16',
apiVersion: '2023-10-16',
},
},
} satisfies AFFiNEConfig;