From 64abbbc0b4d39f487ff5a304931926810cf65372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 22:00:25 +0000 Subject: [PATCH] Bump qs from 6.9.4 to 6.9.7 in /Mycode-wechat/vue3.0-wechat-admin 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] --- Mycode-wechat/vue3.0-wechat-admin/package-lock.json | 6 +++--- Mycode-wechat/vue3.0-wechat-admin/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Mycode-wechat/vue3.0-wechat-admin/package-lock.json b/Mycode-wechat/vue3.0-wechat-admin/package-lock.json index e3a4978..53c3a8e 100644 --- a/Mycode-wechat/vue3.0-wechat-admin/package-lock.json +++ b/Mycode-wechat/vue3.0-wechat-admin/package-lock.json @@ -8587,9 +8587,9 @@ "dev": true }, "qs": { - "version": "6.9.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz", - "integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==" + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==" }, "querystring": { "version": "0.2.0", diff --git a/Mycode-wechat/vue3.0-wechat-admin/package.json b/Mycode-wechat/vue3.0-wechat-admin/package.json index 7477e4d..8e72382 100644 --- a/Mycode-wechat/vue3.0-wechat-admin/package.json +++ b/Mycode-wechat/vue3.0-wechat-admin/package.json @@ -11,7 +11,7 @@ "axios": "^0.21.1", "echarts": "^4.1.0", "element-ui": "^2.5.4", - "qs": "^6.6.0", + "qs": "^6.9.7", "true-case-path": "^1.0.3", "v-charts": "^1.19.0", "vue": "^2.5.22",