From bf04cb4445d912d3f234904917f77ff6085abab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 06:47:59 +0000 Subject: [PATCH] Bump qs from 6.9.4 to 6.9.7 in /react-app Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.9.7. - [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.9.4...v6.9.7) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- react-app/package.json | 2 +- react-app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/react-app/package.json b/react-app/package.json index f5659e3..cf88411 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -20,7 +20,7 @@ "lodash": "^4.17.20", "minireset.css": "^0.0.6", "omit.js": "^2.0.2", - "qs": "^6.9.4", + "qs": "^6.9.7", "react": "^16.14.0", "react-dom": "^16.14.0", "react-redux": "^7.2.1", diff --git a/react-app/yarn.lock b/react-app/yarn.lock index 7a67863..b00eb6c 100644 --- a/react-app/yarn.lock +++ b/react-app/yarn.lock @@ -5136,10 +5136,10 @@ qs@6.7.0: resolved "https://registry.npm.taobao.org/qs/download/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" integrity sha1-QdwaAV49WB8WIXdr4xr7KHapsbw= -qs@^6.9.4: - version "6.9.4" - resolved "https://registry.npm.taobao.org/qs/download/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687" - integrity sha1-kJCykNH5FyjTwi5UhDykSupatoc= +qs@^6.9.7: + version "6.9.7" + resolved "https://registry.npmmirror.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe" + integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw== qs@~6.5.2: version "6.5.2"