Skip to content

Commit 391fb96

Browse files
authored
chore: update @types/node to latest 18.x version (#880)
For reasons unknown to me, `npm run protobuf` was failing due to this being out of date. I assume this was because of our recent TypeScript upgrade, but I did not investigate. In any case, updating fixes it and is a worthwhile change regardless.
1 parent 0ae90ba commit 391fb96

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"@types/json-schema": "^7.0.11",
119119
"@types/json-stable-stringify": "^1.0.36",
120120
"@types/nanobench": "^3.0.0",
121-
"@types/node": "^18.19.33",
121+
"@types/node": "^18.19.54",
122122
"@types/sinonjs__fake-timers": "^8.1.2",
123123
"@types/streamx": "^2.9.5",
124124
"@types/sub-encoder": "^2.1.0",

0 commit comments

Comments
 (0)