From 3c4f9904c4a904c41ced5316bd77291024546b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 15:18:46 +0000 Subject: [PATCH] Bump qs from 6.5.1 to 6.5.3 in /Project/leyou-mall/leyou-manage-web Bumps [qs](https://github.com/ljharb/qs) from 6.5.1 to 6.5.3. - [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.5.1...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../leyou-manage-web/package-lock.json | 22 ++++++++++++++++--- .../leyou-mall/leyou-manage-web/package.json | 2 +- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/Project/leyou-mall/leyou-manage-web/package-lock.json b/Project/leyou-mall/leyou-manage-web/package-lock.json index 74bc65f2..6a7382d9 100644 --- a/Project/leyou-mall/leyou-manage-web/package-lock.json +++ b/Project/leyou-mall/leyou-manage-web/package-lock.json @@ -1244,6 +1244,14 @@ "qs": "6.5.1", "raw-body": "2.3.2", "type-is": "~1.6.15" + }, + "dependencies": { + "qs": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz", + "integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==", + "dev": true + } } }, "bonjour": { @@ -3205,6 +3213,14 @@ "type-is": "~1.6.16", "utils-merge": "1.0.1", "vary": "~1.1.2" + }, + "dependencies": { + "qs": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.1.tgz", + "integrity": "sha512-eRzhrN1WSINYCDCbrz796z37LOe3m5tmW7RQf6oBntukAG1nmovJvhnwHHRMAfeoItc1m2Hk02WER2aQ/iqs+A==", + "dev": true + } } }, "extend": { @@ -7804,9 +7820,9 @@ "dev": true }, "qs": { - "version": "6.5.1", - "resolved": "http://registry.npm.taobao.org/qs/download/qs-6.5.1.tgz", - "integrity": "sha1-NJzfbu+J7EXBLX1es/wMhwNDptg=" + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==" }, "query-string": { "version": "4.3.4", diff --git a/Project/leyou-mall/leyou-manage-web/package.json b/Project/leyou-mall/leyou-manage-web/package.json index e089a1de..a95d35b5 100644 --- a/Project/leyou-mall/leyou-manage-web/package.json +++ b/Project/leyou-mall/leyou-manage-web/package.json @@ -14,7 +14,7 @@ "echarts": "^4.1.0", "element-ui": "^2.3.2", "iview": "^2.11.0", - "qs": "^6.5.1", + "qs": "^6.5.3", "vue": "^2.6.11", "vue-quill-editor": "^3.0.5", "vue-router": "^3.0.1",