File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2626 "@types/jest" : " 27.4.0" ,
2727 "@types/node" : " ^16.11.25" ,
2828 "@types/string-format" : " 2.0.0" ,
29- "@types/tar" : " ^6.1.1 " ,
29+ "@types/tar" : " ^6.1.13 " ,
3030 "@types/tar-stream" : " 2.2.2" ,
3131 "@types/tmp" : " 0.2.0" ,
3232 "@types/unbzip2-stream" : " ^1.4.0" ,
5757 "axios" : " >=0.11.0" ,
5858 "compare-versions" : " ^6.1.0" ,
5959 "string-format" : " >=1.0.0" ,
60- "tar" : " >=3.1.10" ,
60+ "tar" : " >=3.1.10, <7 " ,
6161 "tar-stream" : " >=0.1.0" ,
6262 "unbzip2-stream" : " >=1.0.0" ,
6363 "unzip-stream" : " >=0.1.0"
Original file line number Diff line number Diff line change 99 "moduleResolution" : " node"
1010 },
1111 "exclude" : [" build/**/*" , " coverage/**/*" ],
12- "extends" : " @tsconfig/strictest"
12+ "extends" : " @tsconfig/strictest" ,
13+ "paths" : {
14+ "*" : [" node_modules/@types/*" , " types/*" ]
15+ }
1316}
You can’t perform that action at this time.
0 commit comments