From 4af3a139601496b4cfc0e76ea035a33cd77853d5 Mon Sep 17 00:00:00 2001 From: Romain Gilliotte Date: Thu, 19 May 2022 15:25:38 +0200 Subject: [PATCH] fix(stripe): crash early when stripe integration is misconfigured --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e444c3db..7d87e58b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/runtime": "7.15.4", "bluebird": "2.9.25", "core-js": "3.6.5", - "forest-express": "9.4.7", + "forest-express": "9.5.1", "http-errors": "1.6.1", "lodash": "4.17.21", "moment": "2.29.2", diff --git a/yarn.lock b/yarn.lock index d4c69250..fed2387b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4581,10 +4581,10 @@ for-in@^1.0.2: resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= -forest-express@9.4.7: - version "9.4.7" - resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.4.7.tgz#0246c563fc27fec3d870bf5e7a6547e5c29c3771" - integrity sha512-+F9wpuecIVTS1n1pvGSA1Q9ZEyMlEfAZ3bap3wFukYojm3sdecZ1vFU1KzwxkXBlyHh6v/uuHhceBJnP0S/DIA== +forest-express@9.5.1: + version "9.5.1" + resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.5.1.tgz#a5e997f2111e29709c6ec57050909317ef542feb" + integrity sha512-9AWf4wj4wL1S9kzqB0K6dbtvl1e6F9xmCh4wBnMC+pCxWmG8hdmXBAhPxDcvyKwukOvYuywm0S3ULe2AbzlrYA== dependencies: "@babel/runtime" "7.10.1" "@forestadmin/context" "1.31.0"