From 60343498404cffef0024b99a328af429818ee6d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 07:45:31 +0000 Subject: [PATCH] Bump qs from 6.9.6 to 6.9.7 Bumps [qs](https://github.com/ljharb/qs) from 6.9.6 to 6.9.7. - [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.9.6...v6.9.7) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-patch ... 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 43ff7ac81..602a85f6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9661,9 +9661,9 @@ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "qs": { - "version": "6.9.6", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz", - "integrity": "sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==" + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==" }, "querystring": { "version": "0.2.0", diff --git a/package.json b/package.json index ca06115d8..26520ef2b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "debounce": "^1.2.0", "moment": "^2.29.1", "path-posix": "^1.0.0", - "qs": "^6.9.6", + "qs": "^6.9.7", "regenerator-runtime": "^0.13.9", "url-parse": "^1.4.7", "vue": "^2.6.12",