From 55d65a8968e2d8cc112b186a67896656d3aad1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 09:19:07 +0000 Subject: [PATCH] build(deps): bump qs from 6.5.1 to 6.5.3 in /web/vue 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] --- web/vue/package.json | 2 +- web/vue/yarn.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/web/vue/package.json b/web/vue/package.json index 9697a7296..9f698ccd6 100644 --- a/web/vue/package.json +++ b/web/vue/package.json @@ -13,7 +13,7 @@ "dependencies": { "axios": "^0.18.0", "element-ui": "^2.3.6", - "qs": "^6.5.1", + "qs": "^6.5.3", "vue": "^2.5.2", "vue-router": "^3.0.1", "vuex": "^3.0.1" diff --git a/web/vue/yarn.lock b/web/vue/yarn.lock index 95c3e5ff2..4c2785c1f 100644 --- a/web/vue/yarn.lock +++ b/web/vue/yarn.lock @@ -1435,7 +1435,7 @@ compressible@~2.0.13: compression@^1.5.2: version "1.7.2" - resolved "http://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69" + resolved "https://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69" dependencies: accepts "~1.3.4" bytes "3.0.0" @@ -4717,10 +4717,14 @@ q@^1.1.2: version "1.5.1" resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" -qs@6.5.1, qs@^6.5.1: +qs@6.5.1: version "6.5.1" resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8" +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" resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb"