From 0d9b012125596cfd662d37800cbb5294bab73911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jun 2022 01:01:56 +0000 Subject: [PATCH] Bump qs from 6.10.3 to 6.10.5 Bumps [qs](https://github.com/ljharb/qs) from 6.10.3 to 6.10.5. - [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.10.3...v6.10.5) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d42319aa..9aea2b64e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "camelcase": "^6.3.0", "debounce": "^1.2.1", "path-posix": "^1.0.0", - "qs": "^6.10.3", + "qs": "^6.10.5", "url-parse": "^1.5.10", "vue": "^2.6.14", "vue-router": "^3.5.3", @@ -9726,9 +9726,9 @@ } }, "node_modules/qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "version": "6.10.5", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz", + "integrity": "sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==", "dependencies": { "side-channel": "^1.0.4" }, @@ -20682,9 +20682,9 @@ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "qs": { - "version": "6.10.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.3.tgz", - "integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==", + "version": "6.10.5", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz", + "integrity": "sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ==", "requires": { "side-channel": "^1.0.4" } diff --git a/package.json b/package.json index 08d139109..20bbb6897 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "camelcase": "^6.3.0", "debounce": "^1.2.1", "path-posix": "^1.0.0", - "qs": "^6.10.3", + "qs": "^6.10.5", "url-parse": "^1.5.10", "vue": "^2.6.14", "vue-router": "^3.5.3",