From 4e06dae0314c3f9df90461f06dfebb8dd8845e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 17:27:26 +0000 Subject: [PATCH] Bump qs from 6.9.3 to 6.9.7 Bumps [qs](https://github.com/ljharb/qs) from 6.9.3 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.3...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 a877016d..921224e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13017,9 +13017,9 @@ } }, "qs": { - "version": "6.9.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.3.tgz", - "integrity": "sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw==" + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==" }, "query-string": { "version": "6.14.0", diff --git a/package.json b/package.json index 0bc7b579..b58009d1 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "pixiv-api-client": "^0.25.0", "pixiv-novel-parser": "github:alphasp/pixiv-novel-parser", "prop-types": "^15.5.10", - "qs": "^6.5.0", + "qs": "^6.9.7", "react": "16.13.1", "react-native": "0.63.3", "react-native-action-button": "github:alphasp/react-native-action-button",