File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 83
83
"nanoid" : " ^3.1.31" ,
84
84
"minimist" : " npm:minimist-lite@2.2.1" ,
85
85
"glob-parent" : " ^6.0.1" ,
86
- "@types/node" : " ^16.0.0"
86
+ "@types/node" : " ^16.0.0" ,
87
+ "qs" : " ^6.7.3"
87
88
},
88
89
"dependencies" : {
89
90
"@coder/logger" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -2812,18 +2812,13 @@ punycode@^2.1.0:
2812
2812
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
2813
2813
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
2814
2814
2815
- qs@6.11.0 :
2815
+ qs@6.11.0, qs@6.7.0, qs@^6.7.3 :
2816
2816
version "6.11.0"
2817
2817
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
2818
2818
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
2819
2819
dependencies :
2820
2820
side-channel "^1.0.4"
2821
2821
2822
- qs@6.7.0 :
2823
- version "6.7.0"
2824
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
2825
- integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
2826
-
2827
2822
queue-microtask@^1.2.2 :
2828
2823
version "1.2.2"
2829
2824
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.2.tgz#abf64491e6ecf0f38a6502403d4cda04f372dfd3"
You can’t perform that action at this time.
0 commit comments