Skip to content

Commit 390c689

Browse files
authored
feat: improve timeout logs (#1128)
1 parent 4da51ca commit 390c689

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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": "10.4.0",
31+
"forest-express": "10.6.0",
3232
"http-errors": "1.6.1",
3333
"lodash": "4.17.21",
3434
"moment": "2.29.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,10 +1791,10 @@
17911791
resolved "https://registry.yarnpkg.com/@forestadmin/context/-/context-1.31.0.tgz#b4b5a3b589e52d337a1f45807db22c2860e640a7"
17921792
integrity sha512-RQkDBkq+6ySMv+YNezz9VWSyCsqD7fj/+bXrXhQ6lJ62nbRUIUheH7ApvXwfnwFR1u55oT6Yhar11t6DaiE9Ig==
17931793

1794-
"@forestadmin/forestadmin-client@1.26.2":
1795-
version "1.26.2"
1796-
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.26.2.tgz#4831eec2b073c377a3672f622e6c8603ec2625dd"
1797-
integrity sha512-FIDt+2TGR0vcjob5zkErMhodFQeKhXiqWOzDvETskXToOW1x9wV+NBY/7npoY7uvUk4tF3Bx+ZCoerTZAEIZUg==
1794+
"@forestadmin/forestadmin-client@1.35.0":
1795+
version "1.35.0"
1796+
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.35.0.tgz#0cc7279f95b07f2c01b9b67cc21f1fc0b04e161a"
1797+
integrity sha512-ND3u2iFw1CLCcBEMNVCWAGJIG8P9voxcw9nJAX60IxnIdnlhk950HMB4R9YQ8Yj4mxN5nlw1MVMwzwy/dc3K1Q==
17981798
dependencies:
17991799
eventsource "2.0.2"
18001800
json-api-serializer "^2.6.6"
@@ -5174,14 +5174,14 @@ for-each@^0.3.3:
51745174
dependencies:
51755175
is-callable "^1.1.3"
51765176

5177-
forest-express@10.4.0:
5178-
version "10.4.0"
5179-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.4.0.tgz#cb704cec46cdc0383973032ae53ae73f1be75965"
5180-
integrity sha512-Ool2MhOmfFU1pDpdUIkK2+gfdSnR5KhoVL/YE6s53qREWoSJsWvhhzw0P8l2hBWBjdY4eX+WQ9tNQbFIlGxuUA==
5177+
forest-express@10.6.0:
5178+
version "10.6.0"
5179+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.6.0.tgz#a13ec3b1164739c73a71d16fd6bde840f9fe79f4"
5180+
integrity sha512-tW2uE6aYjQ9BIzFgzcoNVEirdZYvmXq1Ldm/BeAtQjV8uDl1HSw7TWI8KC5cox9opMiTOEgNFZg0ml43PQwgAg==
51815181
dependencies:
51825182
"@babel/runtime" "7.19.0"
51835183
"@forestadmin/context" "1.31.0"
5184-
"@forestadmin/forestadmin-client" "1.26.2"
5184+
"@forestadmin/forestadmin-client" "1.35.0"
51855185
base32-encode "1.1.1"
51865186
bitwise-xor "0.0.0"
51875187
bluebird "3.7.1"

0 commit comments

Comments
 (0)