Skip to content

Commit 1a7514e

Browse files
chore(deps): update node.js to v22
1 parent 349bde9 commit 1a7514e

File tree

4 files changed

+22
-46
lines changed

4 files changed

+22
-46
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.1",
55
"license": "Apache-2.0",
66
"engines": {
7-
"node": "^14.0.0"
7+
"node": "^22.16.0"
88
},
99
"bin": {
1010
"submit-sourcegraph-coding-exercise": "dist/cli.js"

cli/yarn.lock

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
66
version "7.12.11"
77
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
88
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/generator@^7.10.5", "@babel/generator@^7.12.11":
12+
"@babel/generator@^7.10.5":
1313
version "7.12.11"
1414
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
1515
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
@@ -18,7 +18,7 @@
1818
jsesc "^2.5.1"
1919
source-map "^0.5.0"
2020

21-
"@babel/helper-function-name@^7.10.4", "@babel/helper-function-name@^7.12.11":
21+
"@babel/helper-function-name@^7.10.4":
2222
version "7.12.11"
2323
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
2424
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
@@ -34,7 +34,7 @@
3434
dependencies:
3535
"@babel/types" "^7.12.10"
3636

37-
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.12.11":
37+
"@babel/helper-split-export-declaration@^7.10.4":
3838
version "7.12.11"
3939
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
4040
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
@@ -55,7 +55,7 @@
5555
chalk "^2.0.0"
5656
js-tokens "^4.0.0"
5757

58-
"@babel/parser@^7.10.5", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
58+
"@babel/parser@^7.10.5", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0":
5959
version "7.12.11"
6060
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
6161
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
@@ -74,22 +74,7 @@
7474
"@babel/parser" "^7.12.7"
7575
"@babel/types" "^7.12.7"
7676

77-
"@babel/traverse@^7.7.0":
78-
version "7.12.12"
79-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
80-
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
81-
dependencies:
82-
"@babel/code-frame" "^7.12.11"
83-
"@babel/generator" "^7.12.11"
84-
"@babel/helper-function-name" "^7.12.11"
85-
"@babel/helper-split-export-declaration" "^7.12.11"
86-
"@babel/parser" "^7.12.11"
87-
"@babel/types" "^7.12.12"
88-
debug "^4.1.0"
89-
globals "^11.1.0"
90-
lodash "^4.17.19"
91-
92-
"@babel/traverse@~7.10.3":
77+
"@babel/traverse@^7.7.0", "@babel/traverse@~7.10.3":
9378
version "7.10.5"
9479
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
9580
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
@@ -104,7 +89,7 @@
10489
globals "^11.1.0"
10590
lodash "^4.17.19"
10691

107-
"@babel/types@^7.10.5", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.7", "@babel/types@^7.7.0":
92+
"@babel/types@^7.10.5", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.7.0":
10893
version "7.12.12"
10994
resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
11095
integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0-DEVELOPMENT",
55
"license": "Apache-2.0",
66
"engines": {
7-
"node": "^14.0.0"
7+
"node": "^22.16.0"
88
},
99
"repository": {
1010
"type": "git",
@@ -22,7 +22,7 @@
2222
"@sourcegraph/tsconfig": "^4.0.1",
2323
"@types/express": "^4.17.11",
2424
"@types/humps": "^2.0.0",
25-
"@types/node": "^14.14.20",
25+
"@types/node": "^22.0.0",
2626
"@types/stream-to-array": "^2.3.0",
2727
"@types/tar": "^4.0.4",
2828
"express": "^4.17.1"

server/yarn.lock

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,12 @@
9292
dependencies:
9393
"@types/node" "*"
9494

95-
"@types/node@*", "@types/node@^14.14.20":
96-
version "14.14.20"
97-
resolved "https://registry.npmjs.org/@types/node/-/node-14.14.20.tgz#f7974863edd21d1f8a494a73e8e2b3658615c340"
98-
integrity sha512-Y93R97Ouif9JEOWPIUyU+eyIdyRqQR0I8Ez1dzku4hDx34NWh4HbtIc3WNzwB1Y9ULvNGeu5B8h8bVL5cAk4/A==
95+
"@types/node@*", "@types/node@^22.0.0":
96+
version "22.15.21"
97+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.21.tgz#196ef14fe20d87f7caf1e7b39832767f9a995b77"
98+
integrity sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==
99+
dependencies:
100+
undici-types "~6.21.0"
99101

100102
"@types/qs@*":
101103
version "6.9.5"
@@ -411,7 +413,7 @@ http-cache-semantics@^4.0.0:
411413
resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
412414
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
413415

414-
416+
[email protected], http-errors@~1.7.2:
415417
version "1.7.2"
416418
resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
417419
integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==
@@ -422,17 +424,6 @@ [email protected]:
422424
statuses ">= 1.5.0 < 2"
423425
toidentifier "1.0.0"
424426

425-
http-errors@~1.7.2:
426-
version "1.7.3"
427-
resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06"
428-
integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw==
429-
dependencies:
430-
depd "~1.1.2"
431-
inherits "2.0.4"
432-
setprototypeof "1.1.1"
433-
statuses ">= 1.5.0 < 2"
434-
toidentifier "1.0.0"
435-
436427
http2-wrapper@^1.0.0-beta.5.2:
437428
version "1.0.0-beta.5.2"
438429
resolved "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.0-beta.5.2.tgz#8b923deb90144aea65cf834b016a340fc98556f3"
@@ -458,11 +449,6 @@ [email protected]:
458449
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
459450
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
460451

461-
462-
version "2.0.4"
463-
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
464-
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
465-
466452
467453
version "1.9.1"
468454
resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
@@ -766,6 +752,11 @@ type-is@~1.6.17, type-is@~1.6.18:
766752
media-typer "0.3.0"
767753
mime-types "~2.1.24"
768754

755+
undici-types@~6.21.0:
756+
version "6.21.0"
757+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
758+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
759+
769760
[email protected], unpipe@~1.0.0:
770761
version "1.0.0"
771762
resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)