Skip to content

Commit d6cb450

Browse files
authored
fix: prevent scopes validation crashes for conditions with boolean or number values (#400)
1 parent f69f135 commit d6cb450

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
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
29-
"forest-express": "7.4.3",
29+
"forest-express": "7.4.4",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.19",
3232
"moment": "2.24.0",

yarn.lock

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

4456-
4457-
version "7.4.3"
4458-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.4.3.tgz#56591f34e5ace688229f6281a855afbe56302b81"
4459-
integrity sha512-B2wd1PR3BAxB8AyImpF786A6ZoQgypEQ3kmUrbvsNKAd2jilRYdHSTZ70sDoHvQ5KihiafSyncIR6saieRir6A==
4456+
4457+
version "7.4.4"
4458+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.4.4.tgz#88c8e9fc61066ad01063761abdd01012b9c44829"
4459+
integrity sha512-6EHjmCx8oDNYLoDIGLlkQY8ADQb2ubeN3QmddNA7ckD/1yjXISCWy47oPJ9+Rr+WZVCn8JHSITzVwdvsl5lijg==
44604460
dependencies:
44614461
"@babel/runtime" "7.10.1"
44624462
base32-encode "1.1.1"

0 commit comments

Comments
 (0)