Skip to content

Commit

Permalink
chore: bump the dev-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 2 updates: [tap](https://github.com/tapjs/tapjs) and [typescript](https://github.com/Microsoft/TypeScript).


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

Updates `typescript` from 4.9.5 to 5.4.5
- [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.4.5)

---
updated-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] committed May 13, 2024
1 parent a8b10ff commit ddffd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"fastify": "^4.10.2",
"tap": "^16.3.2",
"tap": "^18.8.0",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.1",
"typescript": "~4.9.0"
"typescript": "~5.4.5"
},
"optionalDependencies": {
"env-schema": "^5.0.0",
Expand Down

0 comments on commit ddffd96

Please sign in to comment.