Skip to content

Commit 5e18f1d

Browse files
chore(deps-dev): bump the dependencies group across 1 directory with 3 updates (#454)
Bumps the dependencies group with 3 updates in the /examples/cypress directory: [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [multiple-cucumber-html-reporter](https://github.com/WasiqB/multiple-cucumber-html-reporter). Updates `@badeball/cypress-cucumber-preprocessor` from 22.1.0 to 22.2.0 - [Release notes](https://github.com/badeball/cypress-cucumber-preprocessor/releases) - [Changelog](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md) - [Commits](badeball/cypress-cucumber-preprocessor@v22.1.0...v22.2.0) Updates `@types/node` from 24.0.3 to 24.0.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `multiple-cucumber-html-reporter` from 3.9.2 to 3.9.3 - [Release notes](https://github.com/WasiqB/multiple-cucumber-html-reporter/releases) - [Changelog](https://github.com/WasiqB/multiple-cucumber-html-reporter/blob/main/CHANGELOG.md) - [Commits](v3.9.2...v3.9.3) --- updated-dependencies: - dependency-name: "@badeball/cypress-cucumber-preprocessor" dependency-version: 22.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 24.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: multiple-cucumber-html-reporter dependency-version: 3.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d83479e commit 5e18f1d

File tree

2 files changed

+152
-166
lines changed

2 files changed

+152
-166
lines changed

examples/cypress/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"author": "Wasiq Bhamla",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@badeball/cypress-cucumber-preprocessor": "^22.1.0",
17+
"@badeball/cypress-cucumber-preprocessor": "^22.2.0",
1818
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.5",
19-
"@types/node": "^24.0.3",
19+
"@types/node": "^24.0.7",
2020
"cypress": "^14.4.1",
21-
"multiple-cucumber-html-reporter": "3.9.2",
21+
"multiple-cucumber-html-reporter": "3.9.3",
2222
"typescript": "^5.8.3"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)