From 0656cc479fa9eac0100e2ff8abe41d0e114189db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:24:27 +0000 Subject: [PATCH] build(deps): bump qs from 6.9.1 to 6.9.7 Bumps [qs](https://github.com/ljharb/qs) from 6.9.1 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.1...v6.9.7) --- 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 27418d0..336f059 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10926,9 +10926,9 @@ "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" }, "qs": { - "version": "6.9.1", - "resolved": "https://registry.npm.taobao.org/qs/download/qs-6.9.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.9.1.tgz", - "integrity": "sha1-IAgsZct4IjY1qxqerKiHWim/jsk=" + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==" }, "query-string": { "version": "4.3.4", diff --git a/package.json b/package.json index 43419bd..2575f62 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "nprogress": "^0.2.0", "path": "^0.12.7", "path-to-regexp": "^3.0.0", - "qs": "^6.9.1", + "qs": "^6.9.7", "register-service-worker": "^1.5.2", "screenfull": "^5.0.0", "sortablejs": "^1.8.3",