File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 84
84
"minimist" :
" npm:[email protected] " ,
85
85
"glob-parent" : " ^6.0.1" ,
86
86
"@types/node" : " ^16.0.0" ,
87
- "qs" : " ^6.7.3"
87
+ "qs" : " ^6.7.3" ,
88
+ "json5" : " ^1.0.2"
88
89
},
89
90
"dependencies" : {
90
91
"@coder/logger" : " ^3.0.0" ,
167
168
},
168
169
"globalSetup" : " <rootDir>/test/utils/globalUnitSetup.ts"
169
170
}
170
- }
171
+ }
Original file line number Diff line number Diff line change @@ -2089,10 +2089,10 @@ json-stable-stringify-without-jsonify@^1.0.1:
2089
2089
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
2090
2090
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
2091
2091
2092
- json5@^1.0.1 :
2093
- version "1.0.1 "
2094
- resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1 .tgz#779fb0018604fa854eacbf6252180d83543e3dbe "
2095
- integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow ==
2092
+ json5@^1.0.1, json5@^1.0.2 :
2093
+ version "1.0.2 "
2094
+ resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2 .tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593 "
2095
+ integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA ==
2096
2096
dependencies :
2097
2097
minimist "^1.2.0"
2098
2098
You can’t perform that action at this time.
0 commit comments