Skip to content

Commit 5def492

Browse files
author
Guillaume Gautreau
authored
feat(smart-actions): allow to define data-based conditions on approval requests (#990)
1 parent 65cf3f4 commit 5def492

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
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
30-
"forest-express": "10.0.2",
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: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,10 +1135,10 @@
11351135
resolved "https://registry.yarnpkg.com/@forestadmin/context/-/context-1.31.0.tgz#b4b5a3b589e52d337a1f45807db22c2860e640a7"
11361136
integrity sha512-RQkDBkq+6ySMv+YNezz9VWSyCsqD7fj/+bXrXhQ6lJ62nbRUIUheH7ApvXwfnwFR1u55oT6Yhar11t6DaiE9Ig==
11371137

1138-
"@forestadmin/forestadmin-client@1.0.3":
1139-
version "1.0.3"
1140-
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.0.3.tgz#4394a4103abe0f55e9f4fd71ad5e578473a18b89"
1141-
integrity sha512-y7RsKl9EyS/4vPYSFnhCjDDHQZ8XXpFGi+cASeFZL8ordpbmbD62AIPBQ9AYxTgjqMxeFwNaHKM8R4V9dKi4UQ==
1138+
"@forestadmin/forestadmin-client@1.1.4":
1139+
version "1.1.4"
1140+
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.1.4.tgz#757411c85d77706644ab86093096621080549e4f"
1141+
integrity sha512-68iA4uzOlumSBbe7b/QoigDCQH4zt6stBDblRucQJV0Bk09VGKyTD5I83GfQKmJ+EMYzK3WtLGFsBeMB96yfIw==
11421142
dependencies:
11431143
json-api-serializer "^2.6.6"
11441144
jsonwebtoken "^8.5.1"
@@ -4476,14 +4476,14 @@ for-in@^1.0.2:
44764476
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
44774477
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
44784478

4479-
forest-express@10.0.2:
4480-
version "10.0.2"
4481-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.0.2.tgz#77bc820168a0165e7b558b7c3cc1168e74f49a3e"
4482-
integrity sha512-zLl/MaunTmfro7bixEtH0c+uPspoTxu9XMsnVi6TufCvk7AdarpHE3CZq4uA8uxoOU9n0OiGKuizioOQZ/o1Cg==
4479+
forest-express@10.1.2:
4480+
version "10.1.2"
4481+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.2.tgz#467abebc8dcabac0ae4753aa5719d50a0d236796"
4482+
integrity sha512-3BF/nzRh7HCeQxX35pxRfT2TktvlJ3rVNEefMENDF9f94U38eFEYl/k8B89iXa3VB6EPy2SaQl+bpdUw54uOOg==
44834483
dependencies:
44844484
"@babel/runtime" "7.19.0"
44854485
"@forestadmin/context" "1.31.0"
4486-
"@forestadmin/forestadmin-client" "1.0.3"
4486+
"@forestadmin/forestadmin-client" "1.1.4"
44874487
base32-encode "1.1.1"
44884488
bitwise-xor "0.0.0"
44894489
bluebird "3.7.1"
@@ -4503,6 +4503,7 @@ [email protected]:
45034503
lodash "4.17.21"
45044504
moment "2.29.4"
45054505
moment-timezone "0.5.34"
4506+
object-hash "^3.0.0"
45064507
openid-client "4.2.0"
45074508
otplib "11.0.1"
45084509
require-all "3.0.0"

0 commit comments

Comments
 (0)