Skip to content

Commit

Permalink
fix: prevent scopes validation crashes for conditions with boolean or…
Browse files Browse the repository at this point in the history
… number values (#487)
  • Loading branch information
closingin committed Aug 10, 2020
1 parent 0772c4c commit 389f590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "7.10.1",
"bluebird": "2.9.25",
"forest-express": "7.4.3",
"forest-express": "7.4.4",
"http-errors": "1.6.1",
"lodash": "4.17.19",
"moment": "2.19.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4512,10 +4512,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=

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

0 comments on commit 389f590

Please sign in to comment.