From 458ad0dcc27fdd273d1cac09e561649c9deb8106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 17:49:39 +0000 Subject: [PATCH] Bump qs from 6.9.3 to 6.9.7 in /client/web 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] --- client/web/package.json | 2 +- client/web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/web/package.json b/client/web/package.json index c3a7dd1..0be6f43 100644 --- a/client/web/package.json +++ b/client/web/package.json @@ -13,7 +13,7 @@ "axios": "^0.19.2", "element-ui": "^2.13.0", "normalize.css": "^8.0.1", - "qs": "^6.9.3", + "qs": "^6.9.7", "vue": "^2.5.2", "vue-router": "^3.0.1", "vuex": "^3.1.3" diff --git a/client/web/yarn.lock b/client/web/yarn.lock index 0629303..ea28ec9 100644 --- a/client/web/yarn.lock +++ b/client/web/yarn.lock @@ -5390,10 +5390,10 @@ qs@6.7.0: resolved "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== -qs@^6.9.3: - version "6.9.3" - resolved "https://registry.npmjs.org/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== query-string@^4.1.0: version "4.3.4"