From 38b84d6c8057a2e950ec824b41d008e5f0248810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 16:14:34 +0000 Subject: [PATCH] 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 4322528..3eb241a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4435,9 +4435,9 @@ "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" }, "qs": { - "version": "6.9.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz", - "integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA==" + "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 223e09a..e4907e4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "passport-kakao": "1.0.0", "passport-local": "^1.0.0", "pug": "^2.0.1", - "qs": "^6.9.1", + "qs": "^6.9.7", "redis": "^2.8.0", "request": "^2.88.2", "request-promise-native": "^1.0.8",