From c10fcfb03869bd7fc7c7d92434103c51dedcdf85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 22:26:20 +0000 Subject: [PATCH] Bump qs from 6.9.4 to 6.9.7 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae36545..a5eca90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8912,9 +8912,9 @@ "dev": true }, "qs": { - "version": "6.9.4", - "resolved": "https://registry.npm.taobao.org/qs/download/qs-6.9.4.tgz", - "integrity": "sha1-kJCykNH5FyjTwi5UhDykSupatoc=" + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==" }, "query-string": { "version": "4.3.4", diff --git a/package.json b/package.json index e4e9851..c4c9156 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "element-ui": "^2.13.2", "html-minifier": "^4.0.0", "js-cookie": "^2.2.1", - "qs": "^6.9.4", + "qs": "^6.9.7", "stylus": "^0.54.7", "stylus-loader": "^3.0.2", "swiper": "^5.4.5",