Skip to content

Commit f89a345

Browse files
fix: revert forest-express instable dependency (#1004)
1 parent d317e29 commit f89a345

File tree

2 files changed

+81
-50
lines changed

2 files changed

+81
-50
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
30-
"forest-express": "10.1.6",
30+
"forest-express": "10.1.2",
3131
"http-errors": "1.7.2",
3232
"lodash": "4.17.21",
3333
"moment": "2.29.4",

yarn.lock

Lines changed: 80 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,16 +1174,16 @@
11741174
resolved "https://registry.yarnpkg.com/@forestadmin/context/-/context-1.31.0.tgz#b4b5a3b589e52d337a1f45807db22c2860e640a7"
11751175
integrity sha512-RQkDBkq+6ySMv+YNezz9VWSyCsqD7fj/+bXrXhQ6lJ62nbRUIUheH7ApvXwfnwFR1u55oT6Yhar11t6DaiE9Ig==
11761176

1177-
"@forestadmin/[email protected].5":
1178-
version "1.1.5"
1179-
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.1.5.tgz#0b9e29df678a8ca65a4617b201290b0b48b74a10"
1180-
integrity sha512-YjBZMdy/4zwXXnllLd+NCKBc8/em56ovQWtrZZPldcgiP+RoLiDqqQBmtZW9ZZS+y1QZKCJ/4Jszm6+/zU4Kyw==
1177+
"@forestadmin/[email protected].4":
1178+
version "1.1.4"
1179+
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.1.4.tgz#757411c85d77706644ab86093096621080549e4f"
1180+
integrity sha512-68iA4uzOlumSBbe7b/QoigDCQH4zt6stBDblRucQJV0Bk09VGKyTD5I83GfQKmJ+EMYzK3WtLGFsBeMB96yfIw==
11811181
dependencies:
11821182
json-api-serializer "^2.6.6"
1183-
jsonwebtoken "^9.0.0"
1184-
lru-cache "^7.14.1"
1183+
jsonwebtoken "^8.5.1"
1184+
lru-cache "^7.3.1"
11851185
object-hash "^3.0.0"
1186-
openid-client "^5.3.1"
1186+
openid-client "5.2.1"
11871187
superagent "^8.0.6"
11881188

11891189
"@gar/promisify@^1.1.3":
@@ -2076,13 +2076,6 @@
20762076
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
20772077
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
20782078

2079-
"@types/jsonwebtoken@^9":
2080-
version "9.0.1"
2081-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#29b1369c4774200d6d6f63135bf3d1ba3ef997a4"
2082-
integrity sha512-c5ltxazpWabia/4UzhIoaDcIza4KViOQhdbjRlfcIGVnsE3c3brkz9Z+F/EeJIECOQP7W7US2hNE930cWWkPiw==
2083-
dependencies:
2084-
"@types/node" "*"
2085-
20862079
"@types/keyv@^3.1.4":
20872080
version "3.1.4"
20882081
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.4.tgz#3ccdb1c6751b0c7e52300bcdacd5bcbf8faa75b6"
@@ -2572,6 +2565,11 @@ async@^2.6.1:
25722565
dependencies:
25732566
lodash "^4.17.14"
25742567

2568+
async@^3.2.2:
2569+
version "3.2.4"
2570+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
2571+
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
2572+
25752573
asynckit@^0.4.0:
25762574
version "0.4.0"
25772575
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -4285,20 +4283,20 @@ expect@^26.6.2:
42854283
jest-message-util "^26.6.2"
42864284
jest-regex-util "^26.0.0"
42874285

4288-
express-jwt@8.3.0:
4289-
version "8.3.0"
4290-
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-8.3.0.tgz#fd317bb52bbe06bdd55afb8dad6bc65b44d39e14"
4291-
integrity sha512-3eMAlhv240YOzI0WRbufa2oBc6xR29GVY4HZ6AZfJQGnTtelXBmFRYPk+BojSdTa5JLlu9LVmOrTJRI9yg54ww==
4286+
express-jwt@6.1.2:
4287+
version "6.1.2"
4288+
resolved "https://registry.yarnpkg.com/express-jwt/-/express-jwt-6.1.2.tgz#4a6cc11d1dcff6f23126dd79ec5b2b441333e78b"
4289+
integrity sha512-l5dlf5lNM/1EODMsJGfHn1VnrhhsUYEetzrKFStJZLjFQXtR+HGdBiW+jUNZ+ISsFe+h7Wl/hQKjLrY2TX0Qkg==
42924290
dependencies:
4293-
"@types/jsonwebtoken" "^9"
4294-
express-unless "^2.1.3"
4295-
jsonwebtoken "^9.0.0"
4296-
lodash.set "^4.3.2"
4291+
async "^3.2.2"
4292+
express-unless "^1.0.0"
4293+
jsonwebtoken "^8.1.0"
4294+
lodash "^4.17.21"
42974295

4298-
express-unless@^2.1.3:
4299-
version "2.1.3"
4300-
resolved "https://registry.yarnpkg.com/express-unless/-/express-unless-2.1.3.tgz#f951c6cca52a24da3de32d42cfd4db57bc0f9a2e"
4301-
integrity sha512-wj4tLMyCVYuIIKHGt0FhCtIViBcwzWejX0EjNxveAa6dG+0XBCQhMbx+PnkLkFCxLC69qoFrxds4pIyL88inaQ==
4296+
express-unless@^1.0.0:
4297+
version "1.0.0"
4298+
resolved "https://registry.yarnpkg.com/express-unless/-/express-unless-1.0.0.tgz#ecd1c354c5ccf7709a8a17ece617934e037cccd8"
4299+
integrity sha512-zXSSClWBPfcSYjg0hcQNompkFN/MxQQ53eyrzm9BYgik2ut2I7PxAf2foVqBRMYCwWaZx/aWodi+uk76npdSAw==
43024300

43034301
express@^4.18.2:
43044302
version "4.18.2"
@@ -4556,14 +4554,14 @@ for-in@^1.0.2:
45564554
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
45574555
integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==
45584556

4559-
4560-
version "10.1.6"
4561-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.6.tgz#f30c718c3d0dc32a009249256c2c590a8abcfcb6"
4562-
integrity sha512-3/afED9LdSlp4SwwdpL8TI/tdG0jMq4xyklQbM6+CGpG7D8r1KykKqRIQOdY9T8toHkMqfa7twvnfL52kQziSA==
4557+
4558+
version "10.1.2"
4559+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.2.tgz#467abebc8dcabac0ae4753aa5719d50a0d236796"
4560+
integrity sha512-3BF/nzRh7HCeQxX35pxRfT2TktvlJ3rVNEefMENDF9f94U38eFEYl/k8B89iXa3VB6EPy2SaQl+bpdUw54uOOg==
45634561
dependencies:
45644562
"@babel/runtime" "7.19.0"
45654563
"@forestadmin/context" "1.31.0"
4566-
"@forestadmin/forestadmin-client" "1.1.5"
4564+
"@forestadmin/forestadmin-client" "1.1.4"
45674565
base32-encode "1.1.1"
45684566
bitwise-xor "0.0.0"
45694567
bluebird "3.7.1"
@@ -4572,17 +4570,17 @@ [email protected]:
45724570
cors "2.8.5"
45734571
csv-stringify "1.0.4"
45744572
express "^4.18.2"
4575-
express-jwt "8.3.0"
4573+
express-jwt "6.1.2"
45764574
forest-ip-utils "1.0.1"
45774575
http-errors "1.7.3"
45784576
inflected "2.0.4"
45794577
ip-regex "4.3.0"
45804578
ipaddr.js "2.0.0"
45814579
jsonapi-serializer "3.6.5"
4582-
jsonwebtoken "9.0.0"
4580+
jsonwebtoken "8.5.1"
45834581
lodash "4.17.21"
45844582
moment "2.29.4"
4585-
moment-timezone "0.5.40"
4583+
moment-timezone "0.5.34"
45864584
object-hash "^3.0.0"
45874585
openid-client "4.2.0"
45884586
otplib "11.0.1"
@@ -6363,15 +6361,21 @@ jsonparse@^1.2.0, jsonparse@^1.3.1:
63636361
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
63646362
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
63656363

6366-
jsonwebtoken@9.0.0, jsonwebtoken@^9.0.0:
6367-
version "9.0.0"
6368-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
6369-
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
6364+
jsonwebtoken@8.5.1, jsonwebtoken@^8.1.0, jsonwebtoken@^8.5.1:
6365+
version "8.5.1"
6366+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
6367+
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
63706368
dependencies:
63716369
jws "^3.2.2"
6372-
lodash "^4.17.21"
6370+
lodash.includes "^4.3.0"
6371+
lodash.isboolean "^3.0.3"
6372+
lodash.isinteger "^4.0.4"
6373+
lodash.isnumber "^3.0.3"
6374+
lodash.isplainobject "^4.0.6"
6375+
lodash.isstring "^4.0.1"
6376+
lodash.once "^4.0.0"
63736377
ms "^2.1.1"
6374-
semver "^7.3.8"
6378+
semver "^5.6.0"
63756379

63766380
just-diff-apply@^5.2.0:
63776381
version "5.5.0"
@@ -6688,11 +6692,31 @@ lodash.get@^4.0.0:
66886692
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
66896693
integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==
66906694

6695+
lodash.includes@^4.3.0:
6696+
version "4.3.0"
6697+
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
6698+
integrity sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==
6699+
6700+
lodash.isboolean@^3.0.3:
6701+
version "3.0.3"
6702+
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
6703+
integrity sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==
6704+
6705+
lodash.isinteger@^4.0.4:
6706+
version "4.0.4"
6707+
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
6708+
integrity sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==
6709+
66916710
lodash.ismatch@^4.4.0:
66926711
version "4.4.0"
66936712
resolved "https://registry.yarnpkg.com/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz#756cb5150ca3ba6f11085a78849645f188f85f37"
66946713
integrity sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==
66956714

6715+
lodash.isnumber@^3.0.3:
6716+
version "3.0.3"
6717+
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
6718+
integrity sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==
6719+
66966720
lodash.isplainobject@^4.0.6:
66976721
version "4.0.6"
66986722
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
@@ -6703,10 +6727,10 @@ lodash.isstring@^4.0.1:
67036727
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
67046728
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
67056729

6706-
lodash.set@^4.3.2:
6707-
version "4.3.2"
6708-
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
6709-
integrity sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==
6730+
lodash.once@^4.0.0:
6731+
version "4.1.1"
6732+
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
6733+
integrity sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==
67106734

67116735
lodash.uniqby@^4.7.0:
67126736
version "4.7.0"
@@ -6763,7 +6787,7 @@ lru-cache@^6.0.0:
67636787
dependencies:
67646788
yallist "^4.0.0"
67656789

6766-
lru-cache@^7.14.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
6790+
lru-cache@^7.3.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
67676791
version "7.14.1"
67686792
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea"
67696793
integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==
@@ -7260,6 +7284,13 @@ modify-values@^1.0.0:
72607284
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
72617285
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==
72627286

7287+
7288+
version "0.5.34"
7289+
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.34.tgz#a75938f7476b88f155d3504a9343f7519d9a405c"
7290+
integrity sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==
7291+
dependencies:
7292+
moment ">= 2.9.0"
7293+
72637294
72647295
version "0.5.40"
72657296
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.40.tgz#c148f5149fd91dd3e29bf481abc8830ecba16b89"
@@ -7827,10 +7858,10 @@ [email protected]:
78277858
oidc-token-hash "^5.0.0"
78287859
p-any "^3.0.0"
78297860

7830-
openid-client@^5.3.1:
7831-
version "5.3.1"
7832-
resolved "https://registry.yarnpkg.com/openid-client/-/openid-client-5.3.1.tgz#69a5fa7d2b5ad479032f576852d40b4d4435488a"
7833-
integrity sha512-RLfehQiHch9N6tRWNx68cicf3b1WR0x74bJWHRc25uYIbSRwjxYcTFaRnzbbpls5jroLAaB/bFIodTgA5LJMvw==
7861+
openid-client@5.2.1:
7862+
version "5.2.1"
7863+
resolved "https://registry.yarnpkg.com/openid-client/-/openid-client-5.2.1.tgz#dd26298aca237625298ef34ff11ad9276917df28"
7864+
integrity sha512-KPxqWnxobG/70Cxqyvd43RWfCfHedFnCdHSBpw5f7WnTnuBAeBnvot/BIo+brrcTr0wyAYUlL/qejQSGwWtdIg==
78347865
dependencies:
78357866
jose "^4.10.0"
78367867
lru-cache "^6.0.0"

0 commit comments

Comments
 (0)