From 8c2636cb62b138d1a9df02449ad47cb0aa6f9790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 23:28:48 +0000 Subject: [PATCH] chore(deps): 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 f4b1376..a1bcdad 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "husky": "^2.4.0", "lodash": "^4.17.13", "polished": "^3.3.0", - "qs": "^6.7.0", + "qs": "^6.7.3", "react": "^16.8.3", "react-dom": "^16.8.6", "react-redux": "^7.1.3", diff --git a/yarn.lock b/yarn.lock index 4183e44..227acc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6605,10 +6605,10 @@ q@^1.1.2: resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= -qs@^6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" - integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== +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"