From ab7b7a7f4da9ecc8d85d0cc126a6329e8fac900b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:58:02 +0000 Subject: [PATCH] Bump qs from 6.5.0 to 6.5.3 Bumps [qs](https://github.com/ljharb/qs) from 6.5.0 to 6.5.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.5.0...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 33d8f1b..afbb3a5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@satori-sdk/component-library": "^0.1.11", "d3": "^4.8.0", "prop-types": "^15.5.8", - "qs": "^6.5.0", + "qs": "^6.5.3", "react": "^15.5.4", "react-dom": "^15.5.4", "react-router-dom": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index 491e281..44600ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5037,9 +5037,9 @@ qs@6.4.0, qs@~6.4.0: version "6.4.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233" -qs@^6.5.0: - version "6.5.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.0.tgz#8d04954d364def3efc55b5a0793e1e2c8b1e6e49" +qs@^6.5.3: + version "6.5.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" query-string@^4.1.0: version "4.3.4"