From 6c66892303af1e59a0fd7f60fb51740666c7c48a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 21:15:08 +0200 Subject: [PATCH] Bump qs from 6.11.0 to 6.11.1 (#12099) Bumps [qs](https://github.com/ljharb/qs) from 6.11.0 to 6.11.1. - [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.11.0...v6.11.1) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fbb40a298a..f5f9f33434 100644 --- a/package.json +++ b/package.json @@ -219,7 +219,7 @@ "prop-types": "15.8.1", "pump": "3.0.0", "qhistory": "1.1.0", - "qs": "6.11.0", + "qs": "6.11.1", "rc-tooltip": "5.2.2", "react": "18.2.0", "react-autosuggest": "10.1.0", diff --git a/yarn.lock b/yarn.lock index 0dacdedbc5..865150d207 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8345,13 +8345,20 @@ qrcode@^1.4.4: pngjs "^5.0.0" yargs "^15.3.1" -qs@6.11.0, qs@^6.1.0, qs@^6.11.0, qs@^6.5.1: +qs@6.11.0: version "6.11.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== dependencies: side-channel "^1.0.4" +qs@6.11.1, qs@^6.1.0, qs@^6.11.0, qs@^6.5.1: + version "6.11.1" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.1.tgz#6c29dff97f0c0060765911ba65cbc9764186109f" + integrity sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ== + dependencies: + side-channel "^1.0.4" + querystring@0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620"