Skip to content

Commit

Permalink
Bump typescript from 5.0.3 to 5.0.4 (#273)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.0.3...v5.0.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Apr 10, 2023
1 parent fb41200 commit 332e46b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"nock": "^13.2.9",
"prettier": "^2.8.7",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
"typescript": "^5.0.4"
},
"workspaces": ["./packages/*"],
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/canonical-json/package.json
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/node": "^18.15.11",
"typescript": "^5.0.3"
"typescript": "^5.0.4"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -32,7 +32,7 @@
"@types/make-fetch-happen": "^10.0.1",
"@types/node": "^18.15.11",
"nock": "^13.2.9",
"typescript": "^5.0.3"
"typescript": "^5.0.4"
},
"dependencies": {
"make-fetch-happen": "^11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/minimatch": "^5.1.2",
"@types/node": "^18.15.11",
"typescript": "^5.0.3"
"typescript": "^5.0.4"
},
"dependencies": {
"minimatch": "^8.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/repo-mock/package.json
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://github.com/theupdateframework/tuf-js/tree/main/packages/repo-mock#readme",
"devDependencies": {
"@types/node": "^18.15.11",
"typescript": "^5.0.3"
"typescript": "^5.0.4"
},
"dependencies": {
"@tufjs/models": "1.0.1",
Expand Down

0 comments on commit 332e46b

Please sign in to comment.