From 965ef7b884bd56be29a21ec5c61c964508670e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:49:49 +0000 Subject: [PATCH] :arrow_up: Bump qs from 6.6.0 to 6.6.1 Bumps [qs](https://github.com/ljharb/qs) from 6.6.0 to 6.6.1. - [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.6.0...v6.6.1) --- 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 8c7bf04..71bb8a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15473,9 +15473,9 @@ } }, "qs": { - "version": "6.6.0", - "resolved": "http://registry.npm.taobao.org/qs/download/qs-6.6.0.tgz", - "integrity": "sha1-qZwPaajSa/fvAS+HHNq7Cu5EJMI=" + "version": "6.6.1", + "resolved": "https://registry.npmmirror.com/qs/-/qs-6.6.1.tgz", + "integrity": "sha512-DxHK46yYwC06eXWu3FCqlADDkzHZUhkaMY2o4jFbPtN90TO/Y4jzyuOpCa1iZ4OvFEOCC4MoGzubQUdxpZzk2w==" }, "query-string": { "version": "4.3.4", diff --git a/package.json b/package.json index a071db0..487ee1a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "element-ui": "^2.8.2", "js-cookie": "^2.2.0", "mavon-editor": "^2.7.5", - "qs": "^6.6.0", + "qs": "^6.6.1", "tree-table-vue": "^1.1.0", "v-charts": "^1.19.0", "vue": "^2.5.21",