Skip to content

Commit dc9707b

Browse files
authored
fix: smart actions restricted to a segment using segment query should be visible (#837)
1 parent 8d5b5f8 commit dc9707b

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.2.5",
31+
"forest-express": "9.2.9",
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.2.5"
5132-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.2.5.tgz#3364f7f185227ec9ef200ec7e33d87c229219c9e"
5133-
integrity sha512-vxqGRs9/lL+RwOSvpfPeKn0VSqy2wCJ4MY2kzL4DjirrBaOTHz8dsV2H0qIpxMMVQ8FyUDBhHH3fWsT+drWrgg==
5130+
5131+
version "9.2.9"
5132+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.2.9.tgz#be7a6e7cbf5f832bc613a0553f7533585013fa55"
5133+
integrity sha512-TeHwM1uNEkIP1wHNqGIKPyhM7bOIhCN8N42spgYYSV8wjCjvMARYggImWInuURM87KQxnz/R1VwXQdrz9IeKCg==
51345134
dependencies:
51355135
"@babel/runtime" "7.10.1"
51365136
base32-encode "1.1.1"

0 commit comments

Comments
 (0)