mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 05:02:17 +03:00
chore(server): upgrade stripe sdk (#4733)
This commit is contained in:
parent
e0f7ac426c
commit
9334a363c7
@ -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;
|
||||
|
10
yarn.lock
10
yarn.lock
@ -740,7 +740,7 @@ __metadata:
|
||||
semver: "npm:^7.5.4"
|
||||
sinon: "npm:^16.1.0"
|
||||
socket.io: "npm:^4.7.2"
|
||||
stripe: "npm:^13.6.0"
|
||||
stripe: "npm:^14.1.0"
|
||||
supertest: "npm:^6.3.3"
|
||||
ts-node: "npm:^10.9.1"
|
||||
typescript: "npm:^5.2.2"
|
||||
@ -31981,13 +31981,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"stripe@npm:^13.6.0":
|
||||
version: 13.6.0
|
||||
resolution: "stripe@npm:13.6.0"
|
||||
"stripe@npm:^14.1.0":
|
||||
version: 14.1.0
|
||||
resolution: "stripe@npm:14.1.0"
|
||||
dependencies:
|
||||
"@types/node": "npm:>=8.1.0"
|
||||
qs: "npm:^6.11.0"
|
||||
checksum: 3fae1ed3dc845166c36fb28e4297ec770bb1f1b35e88b0166c465a31d41216203341b1055bf63b653fa3c66cd5d2eb72fdfaec9b58a7d467d207645a12b2cde0
|
||||
checksum: 1363bc6fed873a9d96312a7d33fb422b9e0ca32064cf027eee12cf5cd132a936d3e248013b59d7011ca5a40acaae9adfcbae175345f7c76ee778800ca1077756
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user