From 2b61586fe9ee2d6b8893ac8bc4d9eea47e9511ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 16:34:02 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4562cbb..e889571 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "isomorphic-unfetch": "^3.0.0", "pbf": "^3.2.1", "puppeteer-core": "^2.1.1", - "qs": "^6.9.1" + "qs": "^6.9.7" }, "devDependencies": { "@now/node": "^1.4.1", diff --git a/yarn.lock b/yarn.lock index e715874..47db03c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -383,10 +383,10 @@ puppeteer-core@^2.1.1: rimraf "^2.6.1" ws "^6.1.0" -qs@^6.9.1: - version "6.9.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.1.tgz#20082c65cb78223635ab1a9eaca8875a29bf8ec9" - integrity sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA== +qs@^6.9.7: + version "6.9.7" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe" + integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw== readable-stream@^2.2.2: version "2.3.7"