From 0e84c67a1b6a85cf6be3d07bdaa216268d967a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 22:45:58 +0000 Subject: [PATCH] build(deps): bump qs from 6.9.4 to 6.9.7 in /.asserted Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 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.4...v6.9.7) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .asserted/package-lock.json | 6 +++--- .asserted/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.asserted/package-lock.json b/.asserted/package-lock.json index 5c24d8f..f1bb7d4 100644 --- a/.asserted/package-lock.json +++ b/.asserted/package-lock.json @@ -1871,9 +1871,9 @@ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "qs": { - "version": "6.9.4", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz", - "integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==" + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==" }, "quick-lru": { "version": "5.1.1", diff --git a/.asserted/package.json b/.asserted/package.json index c8db9fe..8babdff 100644 --- a/.asserted/package.json +++ b/.asserted/package.json @@ -31,7 +31,7 @@ "moment": "^2.26.0", "ms": "2.1.2", "node-fetch": "2.6.0", - "qs": "6.9.4", + "qs": "6.9.7", "ramda": "0.27.0", "request": "2.88.2", "request-promise": "4.2.5",