Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.6.3 (#802)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 733dfcb commit 491096a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions backend-external/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 backend-external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"scripts": {
"test": "jest --selectProjects unit",
Expand Down
8 changes: 4 additions & 4 deletions backend/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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"scripts": {
"test": "jest",
Expand Down
8 changes: 4 additions & 4 deletions clamav-service/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 clamav-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"nodemon": "^3.0.2",
"ts-loader": "^9.0.0",
"ts-node": "^10.9.2",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 491096a

Please sign in to comment.