Skip to content

Commit 6a3631b

Browse files
authoredDec 3, 2024··
chore(deps-dev): bump the dependencies group across 1 directory with 3 updates (#403)
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 [typescript](https://github.com/microsoft/TypeScript). Updates `@badeball/cypress-cucumber-preprocessor` from 21.0.2 to 21.0.3 - [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@v21.0.2...v21.0.3) Updates `@types/node` from 22.8.7 to 22.10.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.6.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.3...v5.7.2) --- updated-dependencies: - dependency-name: "@badeball/cypress-cucumber-preprocessor" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor 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 6ffc893 commit 6a3631b

File tree

2 files changed

+316
-323
lines changed

2 files changed

+316
-323
lines changed
 

‎examples/cypress/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"author": "Wasiq Bhamla",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@badeball/cypress-cucumber-preprocessor": "^21.0.2",
17+
"@badeball/cypress-cucumber-preprocessor": "^21.0.3",
1818
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.3",
19-
"@types/node": "^22.8.7",
19+
"@types/node": "^22.10.1",
2020
"cypress": "^13.13.2",
2121
"multiple-cucumber-html-reporter": "^3.8.0",
22-
"typescript": "^5.6.3"
22+
"typescript": "^5.7.2"
2323
},
2424
"dependencies": {
2525
"dayjs": "^1.11.13"

‎examples/cypress/pnpm-lock.yaml

+313-320
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.