diff --git a/Electron/TRTCScenesDemo/TRTCEducation/package.json b/Electron/TRTCScenesDemo/TRTCEducation/package.json index e3812640..1f20ff09 100644 --- a/Electron/TRTCScenesDemo/TRTCEducation/package.json +++ b/Electron/TRTCScenesDemo/TRTCEducation/package.json @@ -266,7 +266,7 @@ "history": "^4.10.1", "native-ext-loader": "^2.3.0", "node-loader": "^0.6.0", - "qs": "^6.9.3", + "qs": "^6.10.3", "react": "^16.12.0", "react-dom": "^16.12.0", "react-hot-loader": "^4.12.19", diff --git a/Electron/TRTCScenesDemo/TRTCEducation/yarn.lock b/Electron/TRTCScenesDemo/TRTCEducation/yarn.lock index 16054743..b2990c66 100644 --- a/Electron/TRTCScenesDemo/TRTCEducation/yarn.lock +++ b/Electron/TRTCScenesDemo/TRTCEducation/yarn.lock @@ -11876,10 +11876,10 @@ qs@6.7.0: resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== -qs@^6.9.3: - version "6.10.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a" - integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg== +qs@^6.10.3: + version "6.10.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e" + integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ== dependencies: side-channel "^1.0.4"