Skip to content

Commit

Permalink
chore(deps-dev): bump the dependencies group
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /examples/cypress with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@types/node` from 22.7.4 to 22.7.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.6.2 to 5.6.3
- [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.2...v5.6.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 25cc89a commit 40cd5f2
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 56 deletions.
4 changes: 2 additions & 2 deletions examples/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^21.0.2",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.3",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"cypress": "^13.13.2",
"multiple-cucumber-html-reporter": "^3.8.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"dependencies": {
"dayjs": "^1.11.13"
Expand Down
Loading

0 comments on commit 40cd5f2

Please sign in to comment.