Skip to content

Commit e13bbd0

Browse files
authoredOct 29, 2024··
chore(deps-dev): bump @types/node (#396)
Bumps the dependencies group in /examples/cypress with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 22.7.7 to 22.8.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" 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 40c8021 commit e13bbd0

File tree

2 files changed

+108
-98
lines changed

2 files changed

+108
-98
lines changed
 

‎examples/cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@badeball/cypress-cucumber-preprocessor": "^21.0.2",
1818
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.3",
19-
"@types/node": "^22.7.7",
19+
"@types/node": "^22.8.1",
2020
"cypress": "^13.13.2",
2121
"multiple-cucumber-html-reporter": "^3.8.0",
2222
"typescript": "^5.6.3"

‎examples/cypress/pnpm-lock.yaml

+107-97
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.