From ad242836c8984ff88d1110a73338a4c49aba7083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 08:30:09 +0000 Subject: [PATCH] Build(deps): Bump qs from 6.11.1 to 6.11.2 Bumps [qs](https://github.com/ljharb/qs) from 6.11.1 to 6.11.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.11.1...v6.11.2) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] (cherry picked from commit 9055a8ad39c49cbea817b1ea84be70ad119531b9) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5c94dc66d9..e6ff3a18bf 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "moment-timezone": "^0.5.43", "prop-types": "^15.8.1", "qhistory": "^1.1.0", - "qs": "^6.11.1", + "qs": "^6.11.2", "react": "^16.14.0", "react-beautiful-dnd": "^13.1.1", "react-datepicker": "^1.8.0", diff --git a/yarn.lock b/yarn.lock index 13be19d293..573809317c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8949,10 +8949,10 @@ qs@6.11.0: dependencies: side-channel "^1.0.4" -qs@^6.11.1: - version "6.11.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.1.tgz#6c29dff97f0c0060765911ba65cbc9764186109f" - integrity sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ== +qs@^6.11.2: + version "6.11.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9" + integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA== dependencies: side-channel "^1.0.4"