Skip to content

Commit 3f99492

Browse files
fix: upgrade FE to fix permission cache issue (#1119)
1 parent 6d400ee commit 3f99492

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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.6.0",
30+
"forest-express": "10.6.4",
3131
"http-errors": "1.7.2",
3232
"lodash": "4.17.21",
3333
"moment": "2.29.4",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,15 +1603,15 @@
16031603
dependencies:
16041604
"@jridgewell/trace-mapping" "0.3.9"
16051605

1606-
"@forestadmin/context@1.31.0":
1607-
version "1.31.0"
1608-
resolved "https://registry.yarnpkg.com/@forestadmin/context/-/context-1.31.0.tgz#b4b5a3b589e52d337a1f45807db22c2860e640a7"
1609-
integrity sha512-RQkDBkq+6ySMv+YNezz9VWSyCsqD7fj/+bXrXhQ6lJ62nbRUIUheH7ApvXwfnwFR1u55oT6Yhar11t6DaiE9Ig==
1606+
"@forestadmin/context@1.42.11":
1607+
version "1.42.11"
1608+
resolved "https://registry.yarnpkg.com/@forestadmin/context/-/context-1.42.11.tgz#50b7ad703ab8010d32dc30a6719d395890a2407a"
1609+
integrity sha512-y6lRxvjpjBjlCfJDCA4dd3RRtDKHT2RNvaMhB+MXLrvKSi/OEF403ADTcuCMku2M2X67cFkLWoWS+WHLOnlgvg==
16101610

1611-
"@forestadmin/forestadmin-client@1.35.0":
1612-
version "1.35.0"
1613-
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.35.0.tgz#0cc7279f95b07f2c01b9b67cc21f1fc0b04e161a"
1614-
integrity sha512-ND3u2iFw1CLCcBEMNVCWAGJIG8P9voxcw9nJAX60IxnIdnlhk950HMB4R9YQ8Yj4mxN5nlw1MVMwzwy/dc3K1Q==
1611+
"@forestadmin/forestadmin-client@1.36.3":
1612+
version "1.36.3"
1613+
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.36.3.tgz#1c0c87a0ee54ac6956ce3b1b6e0253ab16e8d50a"
1614+
integrity sha512-uwzkXy69NRWdPSwg5crStirgEQSCABh+uxRbEGi6YgYDGTM9pcgUIIvwDsh7eNoLOM4oxo6oU6WHWCl5RInokQ==
16151615
dependencies:
16161616
eventsource "2.0.2"
16171617
json-api-serializer "^2.6.6"
@@ -4804,14 +4804,14 @@ flatted@^2.0.0:
48044804
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
48054805
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
48064806

4807-
4808-
version "10.6.0"
4809-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.6.0.tgz#a13ec3b1164739c73a71d16fd6bde840f9fe79f4"
4810-
integrity sha512-tW2uE6aYjQ9BIzFgzcoNVEirdZYvmXq1Ldm/BeAtQjV8uDl1HSw7TWI8KC5cox9opMiTOEgNFZg0ml43PQwgAg==
4807+
4808+
version "10.6.4"
4809+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.6.4.tgz#2e79e0610c2b35ed0db7b56d04fdf460f1800943"
4810+
integrity sha512-UFMTTemjZ9tDpkELagPdfnWf2mBtokCud5dxN22qDR43qniifRF9VIYGErG9rU30d2Gz2IyLqFNrAGx1FZFDcA==
48114811
dependencies:
48124812
"@babel/runtime" "7.19.0"
4813-
"@forestadmin/context" "1.31.0"
4814-
"@forestadmin/forestadmin-client" "1.35.0"
4813+
"@forestadmin/context" "1.42.11"
4814+
"@forestadmin/forestadmin-client" "1.36.3"
48154815
base32-encode "1.1.1"
48164816
bitwise-xor "0.0.0"
48174817
bluebird "3.7.1"

0 commit comments

Comments
 (0)