Skip to content

Commit

Permalink
chore: bump the dev-dependencies group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [fastify](https://github.com/fastify/fastify), [tap](https://github.com/tapjs/tapjs) and [typescript](https://github.com/microsoft/TypeScript).


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

Updates `fastify` from 4.28.1 to 5.1.0
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.28.1...v5.1.0)

Updates `tap` from 16.3.10 to 21.0.1
- [Release notes](https://github.com/tapjs/tapjs/releases)
- [Commits](https://github.com/tapjs/tapjs/compare/v16.3.10...tap@21.0.1)

Updates `typescript` from 4.9.5 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@v4.9.5...v5.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent b2fdd8c commit 23a3148
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"author": "KaKa",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.1.1",
"@types/node": "^22.9.3",
"@types/tap": "^15.0.7",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "5.62.0",
Expand All @@ -47,11 +47,11 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"fastify": "^4.10.2",
"tap": "^16.3.2",
"fastify": "^5.1.0",
"tap": "^21.0.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.1",
"typescript": "~4.9.0"
"typescript": "~5.7.2"
},
"optionalDependencies": {
"env-schema": "^6.0.0",
Expand Down

0 comments on commit 23a3148

Please sign in to comment.