Skip to content

Commit 6d0074d

Browse files
authored
fix(middlewares): users should be able to execute a smart action on a smart collection (#1020)
1 parent 06c0e5c commit 6d0074d

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4556,10 +4556,10 @@ for-in@^1.0.2:
45564556
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
45574557
integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==
45584558

4559-
4560-
version "10.1.8"
4561-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.8.tgz#9d87ee2117aac3533f1134d596faf60a9ba69dfc"
4562-
integrity sha512-ny3+ixPMtSal/TtYjAJFW4d/n1bGua9xzGtO65p5yGISps5xW+OFPr29R5kItXVL7qyRcGGVB6Z9k3o6iI7qlg==
4559+
4560+
version "10.1.10"
4561+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.10.tgz#14d4805f008e6b3417f55e8c03d1dacb1230b66a"
4562+
integrity sha512-5rpDPj+FPSTSKhaKRnTEZIgTX9QYV5VuQsm+ctSY2O4NSrcHvH40fprgr/IKp+p2AHC3oVjttGEGjt8zZNuXSA==
45634563
dependencies:
45644564
"@babel/runtime" "7.19.0"
45654565
"@forestadmin/context" "1.31.0"

0 commit comments

Comments
 (0)