From a445cfa06242c4eba2a9afb62dba9cab499347c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 00:42:27 +0000 Subject: [PATCH] build(deps): bump qs from 6.9.4 to 6.9.7 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] --- packages/application/package.json | 2 +- packages/http/package.json | 2 +- packages/tsed/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/application/package.json b/packages/application/package.json index d36fbc2..f5fbff8 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -31,7 +31,7 @@ "glob": "7.1.6", "helmet": "3.23.3", "is-plain-obj": "3.0.0", - "qs": "6.9.4", + "qs": "6.9.7", "read-pkg-up": "7.0.1" }, "peerDependencies": { diff --git a/packages/http/package.json b/packages/http/package.json index 5447ab6..09f7a24 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -19,7 +19,7 @@ "@tsrt/types": "^0.8.0", "@tsrt/utils": "^0.8.0", "axios": "^0.21.1", - "qs": "6.9.4" + "qs": "6.9.7" }, "devDependencies": { "tslib": "^2.0.3", diff --git a/packages/tsed/package.json b/packages/tsed/package.json index cc7ec37..40b9099 100644 --- a/packages/tsed/package.json +++ b/packages/tsed/package.json @@ -33,7 +33,7 @@ "express-request-id": "1.4.1", "helmet": "3.23.3", "is-plain-obj": "3.0.0", - "qs": "6.9.4", + "qs": "6.9.7", "read-pkg-up": "7.0.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 228c3fe..d8c3302 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7709,10 +7709,10 @@ qs@6.7.0: resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== -qs@6.9.4: - version "6.9.4" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687" - integrity sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ== +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== qs@~6.5.2: version "6.5.2"