Skip to content

Commit 6fa3e9e

Browse files
committed
Update Node types to 18
1 parent 226a748 commit 6fa3e9e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"@types/fs-extra": "^11.0.4",
249249
"@types/glob": "^7.1.3",
250250
"@types/ndjson": "^2.0.1",
251-
"@types/node": "^16.11.21",
251+
"@types/node": "^18.0.0",
252252
"@types/vscode": "^1.73.0",
253253
"@types/which": "^2.0.1",
254254
"@types/ws": "^8.5.10",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -691,10 +691,12 @@
691691
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
692692
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==
693693

694-
"@types/node@^16.11.21":
695-
version "16.18.11"
696-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.11.tgz#cbb15c12ca7c16c85a72b6bdc4d4b01151bb3cae"
697-
integrity sha512-3oJbGBUWuS6ahSnEq1eN2XrCyf4YsWI8OyCvo7c64zQJNplk3mO84t53o8lfTk+2ji59g5ycfc6qQ3fdHliHuA==
694+
"@types/node@^18.0.0":
695+
version "18.19.33"
696+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.33.tgz#98cd286a1b8a5e11aa06623210240bcc28e95c48"
697+
integrity sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==
698+
dependencies:
699+
undici-types "~5.26.4"
698700

699701
"@types/semver@^7.5.0":
700702
version "7.5.3"
@@ -5793,6 +5795,11 @@ underscore@^1.12.1:
57935795
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
57945796
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
57955797

5798+
undici-types@~5.26.4:
5799+
version "5.26.5"
5800+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5801+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5802+
57965803
unherit@^1.0.4:
57975804
version "1.1.3"
57985805
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22"

0 commit comments

Comments
 (0)