From 5a6e0054ef83c2ff2c3829033c8f912c09c0c39b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:35:20 +0000 Subject: [PATCH] Bump qs from 6.9.0 to 6.9.7 Bumps [qs](https://github.com/ljharb/qs) from 6.9.0 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.0...v6.9.7) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f92a9cb..e5c59f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "formik": "^1.5.8", "lodash": "^4.17.15", "moment": "^2.24.0", - "qs": "^6.9.0", + "qs": "^6.9.7", "react": "^16.9.0", "react-bootstrap": "^1.0.0-beta.12", "react-container-dimensions": "^1.4.1", @@ -13094,11 +13094,14 @@ } }, "node_modules/qs": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.0.tgz", - "integrity": "sha512-27RP4UotQORTpmNQDX8BHPukOnBP3p1uUJY5UnDhaJB+rMt9iMsok724XL+UHU23bEFOHRMQ2ZhI99qOWUMGFA==", + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==", "engines": { "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/querystring": { @@ -28200,9 +28203,9 @@ "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" }, "qs": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.0.tgz", - "integrity": "sha512-27RP4UotQORTpmNQDX8BHPukOnBP3p1uUJY5UnDhaJB+rMt9iMsok724XL+UHU23bEFOHRMQ2ZhI99qOWUMGFA==" + "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 0942341..3b3a6a0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "formik": "^1.5.8", "lodash": "^4.17.15", "moment": "^2.24.0", - "qs": "^6.9.0", + "qs": "^6.9.7", "react": "^16.9.0", "react-bootstrap": "^1.0.0-beta.12", "react-container-dimensions": "^1.4.1",