From 288cc941dae6726c607b2f207ae3ea491290c31f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 28 Dec 2022 09:17:25 +0000
Subject: [PATCH] chore(deps): bump qs in
 /Electron/TRTCScenesDemo/TRTCEducation

Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.10.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.10.1...v6.10.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Electron/TRTCScenesDemo/TRTCEducation/package.json | 2 +-
 Electron/TRTCScenesDemo/TRTCEducation/yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

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"