File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0-DEVELOPMENT" ,
4
4
"description" : " CLI to bootstrap Sourcegraph npm packages" ,
5
5
"engines" : {
6
- "node" : " ^14.0 .0"
6
+ "node" : " ^22.14 .0"
7
7
},
8
8
"repository" : {
9
9
"type" : " git" ,
70
70
"@types/js-yaml" : " 3.12.5" ,
71
71
"@types/mkdirp-promise" : " 5.0.0" ,
72
72
"@types/mz" : " 2.7.8" ,
73
- "@types/node" : " 12.20.55 " ,
73
+ "@types/node" : " 22.13.9 " ,
74
74
"download-cli" : " ^1.1.1" ,
75
75
"eslint" : " ^7.32.0" ,
76
76
"husky" : " ^4.2.3" ,
Original file line number Diff line number Diff line change 767
767
dependencies :
768
768
" @types/node" " *"
769
769
770
- " @types/node@*" , "@types/[email protected] ", "@types/node@>= 8":
770
+ " @types/node@*" , "@types/[email protected] ", "@types/node@>= 8":
771
+ version "22.13.9"
772
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.9.tgz#5d9a8f7a975a5bd3ef267352deb96fb13ec02eca"
773
+ integrity sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==
774
+ dependencies :
775
+ undici-types "~6.20.0"
776
+
777
+
771
778
version "20.5.1"
772
779
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
773
780
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
774
781
775
-
776
- version "12.20.55"
777
- resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
778
- integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
779
-
780
782
" @types/normalize-package-data@^2.4.0 " :
781
783
version "2.4.0"
782
784
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -7422,6 +7424,11 @@ unbzip2-stream@^1.0.9:
7422
7424
buffer "^5.2.1"
7423
7425
through "^2.3.8"
7424
7426
7427
+ undici-types@~6.20.0 :
7428
+ version "6.20.0"
7429
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
7430
+ integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
7431
+
7425
7432
unique-filename@^1.1.1 :
7426
7433
version "1.1.1"
7427
7434
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
You can’t perform that action at this time.
0 commit comments