Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [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.3...v5.5.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent a6a2019 commit 03d1227
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion apps/jscpd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"tsup": "^8.2.3",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"preferGlobal": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/finder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"nodemon": "^3.1.4",
"ts-node": "^10.9.2",
"tsup": "^8.2.3",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"gitHead": "fa06f839d6c5335a1e9dbf0c7387710fcd42eb54"
Expand Down
2 changes: 1 addition & 1 deletion packages/html-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ncp": "^2.0.0",
"nodemon": "^3.1.4",
"tsup": "^8.2.3",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"gitHead": "87a118f80343288c0099a4e3e47ccd875476bf6c"
Expand Down
2 changes: 1 addition & 1 deletion packages/leveldb-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/node": "^20.14.11",
"nodemon": "^3.1.4",
"tsup": "^8.2.3",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"gitHead": "beaae8ee77d5c7f41d2a0c65187887bd0dc87148"
Expand Down
2 changes: 1 addition & 1 deletion packages/redis-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@tsconfig/node20": "^20.1.4",
"nodemon": "^3.1.4",
"tsup": "^8.2.3",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/sarif-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/node": "^20.14.11",
"nodemon": "^3.1.4",
"tsup": "^8.2.3",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/tokenizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/spark-md5": "^3.0.4",
"nodemon": "^3.1.4",
"tsup": "^8.2.3",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
},
"dependencies": {
Expand Down
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

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

0 comments on commit 03d1227

Please sign in to comment.