Skip to content

Commit

Permalink
update cucumber expressions dependency to 8.1.0
Browse files Browse the repository at this point in the history
Fixes #1241
  • Loading branch information
davidjgoss committed Nov 4, 2019
1 parent a89eae3 commit eec5207
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 @@ -159,7 +159,7 @@
"cli-table3": "^0.5.1",
"colors": "^1.1.2",
"commander": "^3.0.1",
"cucumber-expressions": "^8.0.1",
"cucumber-expressions": "^8.1.0",
"cucumber-tag-expressions": "^2.0.2",
"duration": "^0.2.1",
"escape-string-regexp": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1674,10 +1674,10 @@ crypto-browserify@^3.0.0:
randombytes "^2.0.0"
randomfill "^1.0.3"

cucumber-expressions@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/cucumber-expressions/-/cucumber-expressions-8.0.1.tgz#47eb87dcb626e90a4672986da1130f3c470b9e3d"
integrity sha512-g+A+tUEafNofe6ErwvOkqaMvDj9NuOr0GouGotpw4r5yK2d4144o9/6sQpXBr2YXbRy5ItmER/2bzAyDAzhPyQ==
cucumber-expressions@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/cucumber-expressions/-/cucumber-expressions-8.1.0.tgz#4ae919e094981f071a88d23b54896ff6dc986847"
integrity sha512-mOrAa/i/8uc6guMbrEqftt3FiXgpCngwQpqQmoPAYWNLNttSpXz5JwwLNTk99bTlHhJIMdGe3QR2v3tu6kBHLA==
dependencies:
becke-ch--regex--s0-0-v1--base--pl--lib "^1.4.0"
xregexp "^4.2.4"
Expand Down

0 comments on commit eec5207

Please sign in to comment.