Skip to content

Commit

Permalink
fix: upgrade FE to fix permission cache issue (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-moncel authored Jan 9, 2025
1 parent 1799d3a commit 9ab218e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "7.15.4",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "10.6.0",
"forest-express": "10.6.4",
"http-errors": "1.6.1",
"lodash": "4.17.21",
"moment": "2.29.4",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1786,15 +1786,15 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

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

"@forestadmin/forestadmin-client@1.35.0":
version "1.35.0"
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.35.0.tgz#0cc7279f95b07f2c01b9b67cc21f1fc0b04e161a"
integrity sha512-ND3u2iFw1CLCcBEMNVCWAGJIG8P9voxcw9nJAX60IxnIdnlhk950HMB4R9YQ8Yj4mxN5nlw1MVMwzwy/dc3K1Q==
"@forestadmin/forestadmin-client@1.36.3":
version "1.36.3"
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.36.3.tgz#1c0c87a0ee54ac6956ce3b1b6e0253ab16e8d50a"
integrity sha512-uwzkXy69NRWdPSwg5crStirgEQSCABh+uxRbEGi6YgYDGTM9pcgUIIvwDsh7eNoLOM4oxo6oU6WHWCl5RInokQ==
dependencies:
eventsource "2.0.2"
json-api-serializer "^2.6.6"
Expand Down Expand Up @@ -5174,14 +5174,14 @@ for-each@^0.3.3:
dependencies:
is-callable "^1.1.3"

[email protected].0:
version "10.6.0"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.6.0.tgz#a13ec3b1164739c73a71d16fd6bde840f9fe79f4"
integrity sha512-tW2uE6aYjQ9BIzFgzcoNVEirdZYvmXq1Ldm/BeAtQjV8uDl1HSw7TWI8KC5cox9opMiTOEgNFZg0ml43PQwgAg==
[email protected].4:
version "10.6.4"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.6.4.tgz#2e79e0610c2b35ed0db7b56d04fdf460f1800943"
integrity sha512-UFMTTemjZ9tDpkELagPdfnWf2mBtokCud5dxN22qDR43qniifRF9VIYGErG9rU30d2Gz2IyLqFNrAGx1FZFDcA==
dependencies:
"@babel/runtime" "7.19.0"
"@forestadmin/context" "1.31.0"
"@forestadmin/forestadmin-client" "1.35.0"
"@forestadmin/context" "1.42.11"
"@forestadmin/forestadmin-client" "1.36.3"
base32-encode "1.1.1"
bitwise-xor "0.0.0"
bluebird "3.7.1"
Expand Down

0 comments on commit 9ab218e

Please sign in to comment.