Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20 (#4758)
Browse files Browse the repository at this point in the history
Co-authored-by: Denis DelGrosso <[email protected]>
  • Loading branch information
renovate-bot and ddelgrosso1 authored Oct 26, 2023
1 parent 0d0b20a commit ea49e4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/sinon": "^10.0.0",
"c8": "^8.0.1",
"gts": "^5.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/node": "^20.0.0",
"@types/sinon": "^10.0.15",
"c8": "^8.0.1",
"gapic-tools": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.3.5",
"gts": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-talent/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"chai": "^4.2.0",
"mocha": "^8.1.3"
}
Expand Down

0 comments on commit ea49e4e

Please sign in to comment.