From c9a3b440d279b66535d7fc2d4a67af176220c83f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 22:07:39 +0000 Subject: [PATCH] Bump qs from 6.7.0 to 6.7.3 Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.7.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.7.0...v6.7.3) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5869052..f463448 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dva-model-extend": "^0.1.2", "immer": "^2.1.5", "prop-types": "^15.7.2", - "qs": "^6.7.0", + "qs": "^6.7.3", "react": "16.8.3", "react-native": "0.59.3", "react-native-debugger-open": "^0.3.19", diff --git a/yarn.lock b/yarn.lock index 0a36ffe..64814c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5243,10 +5243,10 @@ punycode@^2.1.0, punycode@^2.1.1: resolved "http://registry.npm.taobao.org/punycode/download/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha1-tYsBCsQMIsVldhbI0sLALHv0eew= -qs@^6.7.0: - version "6.7.0" - resolved "http://registry.npm.taobao.org/qs/download/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" - integrity sha1-QdwaAV49WB8WIXdr4xr7KHapsbw= +qs@^6.7.3: + version "6.7.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.3.tgz#67634d715101aa950601f58dbef353b7e1696b95" + integrity sha512-WBoQWf5L/UOLqUj8Mvr4Om7J+ZTCqPbYPHyeLNRS9t9Q3M3/o/9ctpWnlo8yyETPclx7FhH5LidjKKJa9kdSRQ== qs@~6.5.2: version "6.5.2"