Skip to content

Commit d48bc1d

Browse files
fix(stripe): crash early when stripe integration is misconfigured (#955)
1 parent 485a8cd commit d48bc1d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
3030
"core-js": "3.6.5",
31-
"forest-express": "9.4.7",
31+
"forest-express": "9.5.1",
3232
"http-errors": "1.6.1",
3333
"lodash": "4.17.21",
3434
"moment": "2.29.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4581,10 +4581,10 @@ for-in@^1.0.2:
45814581
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
45824582
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
45834583

4584-
forest-express@9.4.7:
4585-
version "9.4.7"
4586-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.4.7.tgz#0246c563fc27fec3d870bf5e7a6547e5c29c3771"
4587-
integrity sha512-+F9wpuecIVTS1n1pvGSA1Q9ZEyMlEfAZ3bap3wFukYojm3sdecZ1vFU1KzwxkXBlyHh6v/uuHhceBJnP0S/DIA==
4584+
forest-express@9.5.1:
4585+
version "9.5.1"
4586+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.5.1.tgz#a5e997f2111e29709c6ec57050909317ef542feb"
4587+
integrity sha512-9AWf4wj4wL1S9kzqB0K6dbtvl1e6F9xmCh4wBnMC+pCxWmG8hdmXBAhPxDcvyKwukOvYuywm0S3ULe2AbzlrYA==
45884588
dependencies:
45894589
"@babel/runtime" "7.10.1"
45904590
"@forestadmin/context" "1.31.0"

0 commit comments

Comments
 (0)