Skip to content

Commit

Permalink
build(deps-dev): bump the typescript group with 2 updates (#1755)
Browse files Browse the repository at this point in the history
Bumps the typescript group 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 20.14.9 to 20.14.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.5.2 to 5.5.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.5.2...v5.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent d297746 commit f79a67f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"eslint-config-ybiquitous": "^20.0.0",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.7.0",
"remark-preset-ybiquitous": "^0.4.4",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"scripts": {
"pretest": "npm run lint",
Expand Down

0 comments on commit f79a67f

Please sign in to comment.