From 39fb58542ecc38ac5af21a19ec8a8b8790cba9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 03:16:51 +0000 Subject: [PATCH] Bump qs from 6.5.2 to 6.5.3 Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 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.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9f4a13e..fd618da 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "iview": "^3.1.0", "leeblog-iview-editor": "^1.0.0", "lodash.clonedeep": "^4.5.0", - "qs": "^6.5.2", + "qs": "^6.5.3", "vue": "^2.5.16", "vue-router": "^3.0.1", "vuex": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index 7176307..ce091dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6268,9 +6268,9 @@ qs@6.5.1: version "6.5.1" resolved "http://registry.npm.taobao.org/qs/download/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8" -qs@^6.5.2: - version "6.5.2" - resolved "http://registry.npm.taobao.org/qs/download/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" +qs@^6.5.3: + version "6.5.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" query-string@^4.1.0: version "4.3.4"