From 1daca96317827504afcf17b7adacbd3f02c3f962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:42:31 +0000 Subject: [PATCH] Bump qs from 6.9.1 to 6.9.7 in /server-nest/client/admin Bumps [qs](https://github.com/ljharb/qs) from 6.9.1 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.1...v6.9.7) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server-nest/client/admin/package-lock.json | 6 +++--- server-nest/client/admin/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server-nest/client/admin/package-lock.json b/server-nest/client/admin/package-lock.json index a599ee76..64e65ca8 100644 --- a/server-nest/client/admin/package-lock.json +++ b/server-nest/client/admin/package-lock.json @@ -9198,9 +9198,9 @@ "dev": true }, "qs": { - "version": "6.9.1", - "resolved": "https://registry.npm.taobao.org/qs/download/qs-6.9.1.tgz", - "integrity": "sha1-IAgsZct4IjY1qxqerKiHWim/jsk=" + "version": "6.9.7", + "resolved": "https://registry.npmmirror.com/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==" }, "query-string": { "version": "4.3.4", diff --git a/server-nest/client/admin/package.json b/server-nest/client/admin/package.json index 0e2fdda9..a697fc3f 100644 --- a/server-nest/client/admin/package.json +++ b/server-nest/client/admin/package.json @@ -11,7 +11,7 @@ "core-js": "^3.4.3", "element-ui": "^2.4.5", "mavon-editor": "^2.7.7", - "qs": "^6.9.1", + "qs": "^6.9.7", "vue": "^2.6.10", "vue-router": "^3.1.3" },