From 04fff3e1d8c82f3bfe0afe51f858ca86b9e7287a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 20:45:32 +0000 Subject: [PATCH] Bump qs from 6.9.3 to 6.9.7 Bumps [qs](https://github.com/ljharb/qs) from 6.9.3 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.3...v6.9.7) --- 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 ac1b142f..458c3e18 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "next-fonts": "1.0.3", "next-redux-wrapper": "^5.0.0", "prop-types": "^15.6.1", - "qs": "^6.5.2", + "qs": "^6.9.7", "query-string": "^5.1.1", "randomstring": "^1.1.5", "rc-tooltip": "^3.7.3", diff --git a/yarn.lock b/yarn.lock index 10c6cfb4..6c27ec70 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8613,10 +8613,10 @@ q@^1.1.2: resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= -qs@^6.5.2: - version "6.9.3" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.3.tgz#bfadcd296c2d549f1dffa560619132c977f5008e" - integrity sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw== +qs@^6.9.7: + version "6.9.7" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe" + integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw== qs@~6.5.2: version "6.5.2"