Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22 (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 7, 2024
1 parent 154714d commit 48b5b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/mocha": "^9.0.0",
"@types/mv": "^2.1.0",
"@types/ncp": "^2.0.1",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^17.0.0",
"@types/tmp": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion system-test/fixtures/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@google-cloud/pubsub": "file:./pubsub.tgz"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"typescript": "^5.1.6",
"gts": "^5.0.0"
}
Expand Down

0 comments on commit 48b5b7c

Please sign in to comment.