File tree 2 files changed +14
-11
lines changed
2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 51
51
"moment-timezone" : " ^0.5.33" ,
52
52
"prop-types" : " ^15.6.2" ,
53
53
"qhistory" : " ^1.1.0" ,
54
- "qs" : " ^6.9.6 " ,
54
+ "qs" : " ^6.10.1 " ,
55
55
"react" : " ^16.14.0" ,
56
56
"react-beautiful-dnd" : " ^13.1.0" ,
57
57
"react-datepicker" : " ^1.8.0" ,
Original file line number Diff line number Diff line change @@ -12840,10 +12840,12 @@ qs@6.7.0:
12840
12840
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
12841
12841
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
12842
12842
12843
- qs@^6.6.0, qs@^6.9.6:
12844
- version "6.9.6"
12845
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee"
12846
- integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==
12843
+ qs@^6.10.1, qs@^6.6.0:
12844
+ version "6.10.1"
12845
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a"
12846
+ integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
12847
+ dependencies:
12848
+ side-channel "^1.0.4"
12847
12849
12848
12850
qs@~6.5.2:
12849
12851
version "6.5.2"
@@ -14270,13 +14272,14 @@ shellwords@^0.1.1:
14270
14272
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
14271
14273
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
14272
14274
14273
- side-channel@^1.0.2:
14274
- version "1.0.2 "
14275
- resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.2 .tgz#df5d1abadb4e4bf4af1cd8852bf132d2f7876947 "
14276
- integrity sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA ==
14275
+ side-channel@^1.0.2, side-channel@^1.0.4 :
14276
+ version "1.0.4 "
14277
+ resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4 .tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf "
14278
+ integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw ==
14277
14279
dependencies:
14278
- es-abstract "^1.17.0-next.1"
14279
- object-inspect "^1.7.0"
14280
+ call-bind "^1.0.0"
14281
+ get-intrinsic "^1.0.2"
14282
+ object-inspect "^1.9.0"
14280
14283
14281
14284
signal-exit@^3.0.0, signal-exit@^3.0.2:
14282
14285
version "3.0.2"
You can’t perform that action at this time.
0 commit comments