Skip to content

Commit 6cdbcd0

Browse files
chore(deps-dev): bump the dependencies group across 1 directory with 2 updates (#461)
Bumps the dependencies group with 2 updates in the /examples/cypress directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 24.0.10 to 24.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typescript dependency-version: 5.9.2 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 73a92c5 commit 6cdbcd0

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

examples/cypress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"devDependencies": {
1717
"@badeball/cypress-cucumber-preprocessor": "^22.2.0",
1818
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.5",
19-
"@types/node": "^24.0.10",
19+
"@types/node": "^24.2.0",
2020
"cypress": "^14.4.1",
2121
"multiple-cucumber-html-reporter": "3.9.3",
22-
"typescript": "^5.8.3"
22+
"typescript": "^5.9.2"
2323
},
2424
"dependencies": {
2525
"dayjs": "^1.11.13"

0 commit comments

Comments
 (0)