Skip to content

Commit

Permalink
build(deps): bump @cucumber/cucumber from 10.1.0 to 10.2.1 (#153)
Browse files Browse the repository at this point in the history
Bumps [@cucumber/cucumber](https://github.com/cucumber/cucumber-js) from 10.1.0 to 10.2.1.
- [Release notes](https://github.com/cucumber/cucumber-js/releases)
- [Changelog](https://github.com/cucumber/cucumber-js/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-js@v10.1.0...v10.2.1)

---
updated-dependencies:
- dependency-name: "@cucumber/cucumber"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 6ddaec3 commit ebb4384
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion recipes/cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "cucumber-js"
},
"dependencies": {
"@cucumber/cucumber": "^10.1.0",
"@cucumber/cucumber": "^10.2.1",
"selenium-webdriver": "^4.16.0"
},
"license": "MIT"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,10 @@
dependencies:
regexp-match-indices "1.0.2"

"@cucumber/cucumber@^10.1.0":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@cucumber/cucumber/-/cucumber-10.1.0.tgz#f57e5eddf6688e52d51414f808558b00595da252"
integrity sha512-9itQdAccTqJAe9VfdmovinOlUPLroC2KbB+CeQty8BKXpLB6hKO32k9S9FhnuXinFqh+E5znUrPtbUxS948bwQ==
"@cucumber/cucumber@^10.2.1":
version "10.2.1"
resolved "https://registry.yarnpkg.com/@cucumber/cucumber/-/cucumber-10.2.1.tgz#f24a33793f8ef409adf75bb8bfa3f323328c29ba"
integrity sha512-jpJPhngRDHkPkTYQ4dtDHM30dhyM7OJJTMqp0ZoImeX2t7zwlVErfhPD5NlVnXL2yor6AJG6QFe/GwwI7IXc2w==
dependencies:
"@cucumber/ci-environment" "10.0.0"
"@cucumber/cucumber-expressions" "17.0.1"
Expand Down

0 comments on commit ebb4384

Please sign in to comment.