Skip to content

Commit c740b09

Browse files
authored
feat(smart-actions): allow to define data-based conditions on approval requests (#1054)
1 parent c96ef82 commit c740b09

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-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.0.2",
31+
"forest-express": "10.1.2",
3232
"http-errors": "1.6.1",
3333
"lodash": "4.17.21",
3434
"moment": "2.29.4",

yarn.lock

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

1202-
"@forestadmin/forestadmin-client@1.0.3":
1203-
version "1.0.3"
1204-
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.0.3.tgz#4394a4103abe0f55e9f4fd71ad5e578473a18b89"
1205-
integrity sha512-y7RsKl9EyS/4vPYSFnhCjDDHQZ8XXpFGi+cASeFZL8ordpbmbD62AIPBQ9AYxTgjqMxeFwNaHKM8R4V9dKi4UQ==
1202+
"@forestadmin/forestadmin-client@1.1.4":
1203+
version "1.1.4"
1204+
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.1.4.tgz#757411c85d77706644ab86093096621080549e4f"
1205+
integrity sha512-68iA4uzOlumSBbe7b/QoigDCQH4zt6stBDblRucQJV0Bk09VGKyTD5I83GfQKmJ+EMYzK3WtLGFsBeMB96yfIw==
12061206
dependencies:
12071207
json-api-serializer "^2.6.6"
12081208
jsonwebtoken "^8.5.1"
@@ -4596,14 +4596,14 @@ for-in@^1.0.2:
45964596
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
45974597
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
45984598

4599-
forest-express@10.0.2:
4600-
version "10.0.2"
4601-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.0.2.tgz#77bc820168a0165e7b558b7c3cc1168e74f49a3e"
4602-
integrity sha512-zLl/MaunTmfro7bixEtH0c+uPspoTxu9XMsnVi6TufCvk7AdarpHE3CZq4uA8uxoOU9n0OiGKuizioOQZ/o1Cg==
4599+
forest-express@10.1.2:
4600+
version "10.1.2"
4601+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.2.tgz#467abebc8dcabac0ae4753aa5719d50a0d236796"
4602+
integrity sha512-3BF/nzRh7HCeQxX35pxRfT2TktvlJ3rVNEefMENDF9f94U38eFEYl/k8B89iXa3VB6EPy2SaQl+bpdUw54uOOg==
46034603
dependencies:
46044604
"@babel/runtime" "7.19.0"
46054605
"@forestadmin/context" "1.31.0"
4606-
"@forestadmin/forestadmin-client" "1.0.3"
4606+
"@forestadmin/forestadmin-client" "1.1.4"
46074607
base32-encode "1.1.1"
46084608
bitwise-xor "0.0.0"
46094609
bluebird "3.7.1"
@@ -4623,6 +4623,7 @@ forest-express@10.0.2:
46234623
lodash "4.17.21"
46244624
moment "2.29.4"
46254625
moment-timezone "0.5.34"
4626+
object-hash "^3.0.0"
46264627
openid-client "4.2.0"
46274628
otplib "11.0.1"
46284629
require-all "3.0.0"

0 commit comments

Comments
 (0)