Skip to content

Commit 785511b

Browse files
authored
fix(smart-actions): skip scope validation for smart action on smart collection (#865)
1 parent cfac9fc commit 785511b

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
@@ -28,7 +28,7 @@
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
3030
"core-js": "3.6.5",
31-
"forest-express": "9.3.0",
31+
"forest-express": "9.3.1",
3232
"http-errors": "1.6.1",
3333
"lodash": "4.17.21",
3434
"moment": "2.19.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5127,10 +5127,10 @@ for-in@^1.0.2:
51275127
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
51285128
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
51295129

5130-
5131-
version "9.3.0"
5132-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.3.0.tgz#79a5795e7624b17e1f7031925059166dec2fb171"
5133-
integrity sha512-f5eJlRtkGXKimFR43WVnHRQ8VrA0aVoEuMetq1ufzHZ1knBHD0rNZg5GkYsJEF94M8zi69ZJMSTy2ufANVuuaw==
5130+
5131+
version "9.3.1"
5132+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.3.1.tgz#a4b788f4396020b5bb95d3b148c3fbb1705e39ae"
5133+
integrity sha512-s1hp5hQUlVzj1HJ9uiJy0UrhH/rNBLDfDB4U4zcLAEgbG1hwX4TAWFshhMlkFJ0U++JxBki1Fo7YkT4kH591MQ==
51345134
dependencies:
51355135
"@babel/runtime" "7.10.1"
51365136
base32-encode "1.1.1"

0 commit comments

Comments
 (0)