Skip to content

Commit

Permalink
fix(deps): update dependency @cucumber/messages to v25 (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: M.P. Korstanje <rien.korstanje@gmail.com>
  • Loading branch information
renovate[bot] and mpkorstanje committed Jul 8, 2024
1 parent a14f7bd commit 4e2364f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "5.5.3"
},
"dependencies": {
"@cucumber/messages": ">=19.1.4 <=24"
"@cucumber/messages": "<=25"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "^8.1",
"ext-mbstring": "*",
"cucumber/messages": ">=19.1.4 <=24"
"cucumber/messages": ">=19.1.4 <=25"
},
"require-dev": {
"phpunit/phpunit": "^10.5||^11.0",
Expand Down

0 comments on commit 4e2364f

Please sign in to comment.