Skip to content

Commit

Permalink
deps: update dependency typescript to v5.5.3 (#2026)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jul 2, 2024
1 parent 4a0882b commit 03a19c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/nodejs/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@types/node": "^20.1.4",
"ts-node": "10.9.2",
"typescript": "5.5.2"
"typescript": "5.5.3"
},
"dependencies": {
"pg": "^8.9.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/nodejs/sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"sequelize-cli": "^6.6.2",
"testcontainers": "^10.7.1",
"ts-node": "10.9.2",
"typescript": "5.5.2"
"typescript": "5.5.3"
},
"dependencies": {
"pg": "^8.11.3",
Expand Down

0 comments on commit 03a19c0

Please sign in to comment.