From e171361512506cd901d1871b0ed9667ffcd4ae11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 19:08:34 +0000 Subject: [PATCH] Bump qs from 6.7.0 to 6.7.3 Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.7.3. - [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.7.0...v6.7.3) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/http/package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/http/package.json b/packages/http/package.json index 9f29c18..f75065f 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -17,7 +17,7 @@ "koa": "^2.7.0", "koa-bodyparser": "^4.2.1", "koa-router": "^7.4.0", - "qs": "^6.7.0", + "qs": "^6.7.3", "uuid": "~3.3.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2afd279..677001b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3231,9 +3231,10 @@ punycode@^2.1.0, punycode@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" -qs@^6.5.2, qs@^6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" +qs@^6.5.2, qs@^6.7.3: + version "6.7.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.3.tgz#67634d715101aa950601f58dbef353b7e1696b95" + integrity sha512-WBoQWf5L/UOLqUj8Mvr4Om7J+ZTCqPbYPHyeLNRS9t9Q3M3/o/9ctpWnlo8yyETPclx7FhH5LidjKKJa9kdSRQ== qs@~6.5.2: version "6.5.2"