Skip to content

Commit 187f542

Browse files
chore(deps): update dependency node to v20
1 parent bcd4cda commit 187f542

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 16.7.0
1+
nodejs 20.9.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@sourcegraph/tsconfig": "4.0.1",
4646
"@types/diff": "5.0.2",
4747
"@types/google-protobuf": "3.15.6",
48-
"@types/node": "17.0.14",
48+
"@types/node": "20.9.0",
4949
"@types/pretty-ms": "5.0.1",
5050
"@types/progress": "2.0.5",
5151
"@typescript-eslint/eslint-plugin": "^5.61.0",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -463,10 +463,12 @@
463463
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
464464
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
465465

466-
"@types/node@*", "@types/[email protected]":
467-
version "17.0.14"
468-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.14.tgz#33b9b94f789a8fedd30a68efdbca4dbb06b61f20"
469-
integrity sha512-SbjLmERksKOGzWzPNuW7fJM7fk3YXVTFiZWB/Hs99gwhk+/dnrQRPBQjPW9aO+fi1tAffi9PrwFvsmOKmDTyng==
466+
"@types/node@*", "@types/[email protected]":
467+
version "20.9.0"
468+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
469+
integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
470+
dependencies:
471+
undici-types "~5.26.4"
470472

471473
"@types/normalize-package-data@^2.4.0":
472474
version "2.4.1"
@@ -2815,6 +2817,11 @@ unbox-primitive@^1.0.2:
28152817
has-symbols "^1.0.3"
28162818
which-boxed-primitive "^1.0.2"
28172819

2820+
undici-types@~5.26.4:
2821+
version "5.26.5"
2822+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2823+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2824+
28182825
update-browserslist-db@^1.0.9:
28192826
version "1.0.10"
28202827
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3"

0 commit comments

Comments
 (0)